Skip to content

supernaruto16/BookRentalLibrary_Backend

Repository files navigation

UET_BookRentalLibrary_Backend

Installation

virtualenv venv -p python3.6
source venv/bin/activate
pip install -r requirements.txt
python app.py

Deploy

python init_deploy.py
gunicorn --workers=12 --thread=4 --bind 0.0.0.0:5000 wsgi:app

Development

git config credential.helper store
pip freeze > requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •