Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/app-generator/flask-boilerplate
Flask Boilerplate - Built with Automation Tools | AppSeed App Generator
https://github.com/app-generator/flask-boilerplate
appseed boilerplate flask open-source starter
Last synced: about 2 months ago
JSON representation
Flask Boilerplate - Built with Automation Tools | AppSeed App Generator
- Host: GitHub
- URL: https://github.com/app-generator/flask-boilerplate
- Owner: app-generator
- License: mit
- Created: 2019-06-07T17:28:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T19:35:44.000Z (over 3 years ago)
- Last Synced: 2024-10-11T04:44:27.399Z (2 months ago)
- Topics: appseed, boilerplate, flask, open-source, starter
- Language: Python
- Homepage: https://appseed.us/boilerplate-code/flask-boilerplate
- Size: 8.79 KB
- Stars: 18
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# [Flask Boilerplate](https://appseed.us/boilerplate-code/flask-boilerplate)
Simple [Flask](http://flask.pocoo.org/) Starter enhanced with JWT authentication and REST API
![Open-Source Flask Boilerplate - Product cover image.](https://github.com/app-generator/static/blob/master/products/boilerplate-code-flask-boilerplate-cover.jpg?raw=true)
## 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](https://appseed.us/support) provided by **AppSeed**
## License
MIT @ [AppSeed](https://appseed.us)
---
[Flask Boilerplate](https://appseed.us/boilerplate-code/flask-boilerplate) provided by **AppSeed**