API Application that allows you to Create and List Food Recipes.
Postman Documentation: https://documenter.getpostman.com/view/2649090/SzS8tkiP?version=latest
git clone https://github.com/DenerRodrigues/chefapp-api
pip install -r requirements.txt
Variable | Description | Example |
---|---|---|
DEBUG | Django Debug | True |
DATABASE_URL | Database URL | sqlite:https:////home/dener/Workspace/chefapp/api/db.sqlite3 |
python manage.py migrate
python manage.py createadminaccount
python manage.py runserver