8000 GitHub - nicolaerario/cookbook_api: CookBook Recipes DRF API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nicolaerario/cookbook_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CookBook Recipes DRF API

Installation

  • Clone this repository
  • Make a virtualenv (python -m venv .venv)
  • Install dependencies (python -m pip install -r requirements.txt)
  • python manage.py makemigrations, python manage.py migrate and python manage.py createsuperuser

To start the APIs

  • python manage.py runserver
  • Navigate to http://127.0.0.1:8000/admin to login.
  • Navigate to http://127.0.0.1:8000/api to consume.

About

CookBook Recipes DRF API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0