Skip to content

makkarlabs/flask_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Flask App

This uses flask-security, SQLAlchemy, reCaptcha, bcrypt a few more libraries. We usually use a mysql database.

Steps :

  1. Clone this repo, remove the .git files using the following command so that you can push your new project to a different repo. rm -rf `find ./ -type d -name .git`

  2. Copy default_config.py file to config.py and make your changes.

  3. Change the name, requirements according to your needs and start your new project!

  4. To install the requirements do pip install -r requirements.txt

  5. To run the app locally, do python runserver.py

  6. To deploy on server we reccommend using 'uWSGI' and 'nginx'

Happy Coding!
Team MakkarLabs
makkarlabs.in

About

A Sample Flask application to get started with

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published