Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 450 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 450 Bytes

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.