Skip to content

Python event-loop application using Sanic and Motor with repository and service layer

Notifications You must be signed in to change notification settings

fndmiranda/sanic-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate Python Sanic Api with SqlAlchemy and Alembic

Boilerplate from Python Sanic Api with SqlAlchemy and Alembic

Installation

Virtualenv

Create a Python version 3.7 environment and activate it.

Clone

Execute the following command to get the latest version of the project:

$ git clone --recursive git@github.com:fndmiranda/sanic-api.git sanic-api

Install dependencies

Execute the following command to install dependencies:

$ make requirements-dev

Configure the application environment

Copy and edit the .env file as needed.

$ cp .env.example .env

Run application

$ make runserver-dev

About

Python event-loop application using Sanic and Motor with repository and service layer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published