Boilerplate from Python Sanic Api with SqlAlchemy and Alembic
Create a Python version 3.7 environment and activate it.
Execute the following command to get the latest version of the project:
$ git clone --recursive git@github.com:fndmiranda/sanic-api.git sanic-api
Execute the following command to install dependencies:
$ make requirements-dev
Copy and edit the .env file as needed.
$ cp .env.example .env
$ make runserver-dev