Skip to content

clumsyspeedboat/library_management_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

library_management_task

Basic Library Management System

Steps

  1. 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
  1. "cd" into the repository
cd <path_to_your_dir>/library_management_task
  1. Create virtual environment (ensure python is installed and added to PATH)
python -m venv env
  1. Activate virtual environment
env\Scripts\activate # on Windows
source env/bin/activate # on Linux/Mac
  1. Install dependencies/packages
pip install -r requirements.txt
  1. Run Flask app
python app.py
  1. Navigate to localhost (port will be displayed in terminal)
http://localhost:5000 # Most probably

About

Basic Library Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors