- Fork/Clone
- Activate a virtualenv if you don't want to mess up packages:)
- Install the requirements
Create the databases in psql
:
$ psql
# create database flask-test
# \q
Create the tables and run the migrations:
$ python manage.py db init
$ python manage.py db migrate
$ python manage.py db upgrade
$ python manage.py runserver
Go to the project directory:
$ pylint --load-plugins pylint_flask_sqlalchemy src
Go to docs: https://documenter.getpostman.com/view/4305746/T1LHHpw2?version=latest