Modern Web Midterm Project
Group Members:
- Elisabeth Violina
- Grace Theofie
- Vincent Waiman
Installation
-
Clone the project repository to your local machine
-
Navigate to the project directory:
cd library-cit -
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 -
Activate the virtual environment: On Windows:
venv\Scripts\activateOn macOS and Linux:
source venv/bin/activate -
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`