Skip to content

Our responsive library website offers a seamless experience for book enthusiasts to explore, review, and rent their favorite titles. Built with Flask.

Notifications You must be signed in to change notification settings

g-acey/library-cit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library CIT

Modern Web Midterm Project

Group Members:

  • Elisabeth Violina
  • Grace Theofie
  • Vincent Waiman

Installation

  1. Clone the project repository to your local machine

  2. Navigate to the project directory: cd library-cit

  3. Create a virtual environment to isolate project dependencies. You can choose a different name for the virtual environment if you prefer: python -m venv venv

  4. Activate the virtual environment: On Windows:

    venv\Scripts\activate

    On macOS and Linux:

    source venv/bin/activate

  5. Install project dependencies from requirements.txt:

    pip install -r requirements.txt

Running the Application After setting up the virtual environment and installing dependencies, you can run the Python application using the following command:

`python app.py`

About

Our responsive library website offers a seamless experience for book enthusiasts to explore, review, and rent their favorite titles. Built with Flask.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.8%
  • Python 35.5%
  • CSS 5.6%
  • Other 1.1%