apitask is a Python 3 + Django Project designed and built for managing a local books database and consulting an external books API.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Run, in the CLI:
git clone https://github.com/ezequielsalas/apitask.gitThen, move to the project:
cd apitaskInstall dependencies
pip install -r requirements.txtPrepare the database
python manage.py migratepython manage.py runserver 8080coverage run --source='.' manage.py test api- Django REST framework - Web Framework
- Coverage - Testing, code coverage tool
Ezequiel Salas
This project is licensed under the MIT License