This is a Model of API REST using Django Framework
- Python 3.5.3
- MySQL
The project is prepared for work with:
- Django 1.11
- Burzum Log
- Swagger
- Circle CI
- Teresa
- Clone the repository in your machine.
- Run
mkvirtualenv django-model-architecture
to create a new virtualenv. - Switch between env with
workon django-model-architecture
. - Run
make setup
to install. - Run the script sql in your database
CREATE DATABASE api_django;
- Run
make migrate
Execute the app with make run
and access the documentation of API with swagger
https://localhost:8000/
Run make test
Code released under the MIT License.
#BackLog:
BDD - (working with behave ...) OAuth2 APIGee return pattern