E5C8 GitHub - mgarg1/python_flask_boilerplate: Simple webApp with Python Flask + mongoDB · GitHub
[go: up one dir, main page]

Skip to content

mgarg1/python_flask_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_flask_boilerplate

Simple webApp with Python Flask + mongoDB

Files and Dir Info

  • Procfile -> for heroku
  • requirements.txt -> list of the all the installed python packages
  • app/ -> actual app
  • templates/ -> static HTML templates

Commands

command for setting up the virtualenv

virtualenv -p /usr/bin/python3 --no-download  --no-wheel --no-setuptools  virtual/

command for installing the required packages

pip install -r requirements.txt

command for updating the requirements.txt file

pip freeze > requirements.txt

Imp Links

About

Simple webApp with Python Flask + mongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

0