Basic Library Management System
- Open cmd/terminal and clone the repository (ensure git is installed or use GutHub Desktop)
git clone https://github.com/clumsyspeedboat/library_management_task.git- "cd" into the repository
cd <path_to_your_dir>/library_management_task- Create virtual environment (ensure python is installed and added to PATH)
python -m venv env- Activate virtual environment
env\Scripts\activate # on Windows
source env/bin/activate # on Linux/Mac- Install dependencies/packages
pip install -r requirements.txt- Run Flask app
python app.py- Navigate to localhost (port will be displayed in terminal)
http://localhost:5000 # Most probably