(Translated by https://www.hiragana.jp/)
GitHub - lotusdew/item-tracker-flask: flask CRUD app; helps me keep track of items as I move house.
Skip to content

flask CRUD app; helps me keep track of items as I move house.

Notifications You must be signed in to change notification settings

lotusdew/item-tracker-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-CRUD-app

An app to keep track of items while I move house.

virtualenv venv
source activate/bin/source
pip install -r requirement.txt
python app/app.py

wsgi

wsgi.py is the entrypoint\

python wsgi.py

Use the server of your choice.

guincorn

Seve with gunicorn gunicorn -c config/gunicorn.py wsgi:app

Listens on port 5105. Settings in config/gunicorn.py

Containerized

Build on docker and run anywhere, no installation required!

docker build -t "dushyant/item-tracker"
docker run -p 5105:5105 "dushyant/item-tracker

About

flask CRUD app; helps me keep track of items as I move house.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.2%
  • Python 20.3%
  • HTML 15.4%
  • Dockerfile 3.1%