Skip to content

Dawid33/CS4125

Repository files navigation

Library Management System

Run dev app

flask --app dev.py --debug run -p 8080

Run prod app

python app.py

Manual command line setup

Linux

python -m venv ./venv
source ./venv/bin/activate
python -m pip install -r requirements.txt

Windows

python -m venv ./venv
venv\Scripts\activate
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •