GitHub - mgarg1/python_flask_boilerplate: Simple webApp with Python Flask + mongoDB

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published