An open API service indexing awesome lists of open source software.

https://github.com/mg52/flask_boilerplate


https://github.com/mg52/flask_boilerplate

flask flask-restx jwt jwt-token postgresql python sqlalchemy swagger

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# flask_boilerplate

Python Flask Rest API with PostgreSQL, JWT Token, Swagger UI. Dummy Credential for auth: username: test, password: test


To Run:


pip install -r requirements.txt


flask run

To Migrate:


flask db init


flask db migrate -m "Initial migration."


flask db upgrade





To Dockerize:


docker image build -t flask_20200805_13 .


docker run -p 8003:8003 -d flask_20200805_13