Skip to content

daniesupratmanto13/be-django-recipe-app-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Sharing API

django, drf

This API allows users to share recipes and find recipes. It is developed using Django rest framework

recipe app

with JWT authentication

Clone:

git@github.com:daniesupratmanto13/be-django-recipe-app-api.git
cd be-django-recipe-app-api

Install it and run:

pipenv install
pipenv shell
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver