Skip to content

Django API Application that allows you to Create and List Food Recipes.

License

Notifications You must be signed in to change notification settings

DenerRodrigues/chefapp-api

Repository files navigation

chefapp-api

API Application that allows you to Create and List Food Recipes.

Postman Documentation: https://documenter.getpostman.com/view/2649090/SzS8tkiP?version=latest

Quickstart

Clone repository

git clone https://github.com/DenerRodrigues/chefapp-api

Install requirements.txt

pip install -r requirements.txt

Set environment variables in the .env file at project root

Variable Description Example
DEBUG Django Debug True
DATABASE_URL Database URL sqlite:https:////home/dener/Workspace/chefapp/api/db.sqlite3

Run Migrations

python manage.py migrate

Create Admin Account

https://localhost:8000/admin/

python manage.py createadminaccount

Run Application

python manage.py runserver

About

Django API Application that allows you to Create and List Food Recipes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages