flask-boilerplate

Flask Boilerplate - Built with Automation Tools | AppSeed App Generator

MIT License

Stars
18

Flask Boilerplate

Simple Flask Starter enhanced with JWT authentication and REST API

Setting up a development environment

  • clone repo: git clone https://github.com/app-generator/flask-boilerplate.git
  • change directory to flask-boilerplate
  • pip install -r requirements.txt

Running the app

  • flask run ( app is started on default port 5000 )
  • flask run --port 3500 ( to start on specific port)

Support

For issues and features request, use Github or access the support page provided by AppSeed

License

MIT @ AppSeed


Flask Boilerplate provided by AppSeed