Skip to content

pmuston/drf_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick DRF Project

Getting Started

Setup project environment with:

$ git clone https://github.com/pmuston/drf_example.git
$ cd drf_example/
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt

$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver

API

Goto http://localhost:8000/api/dessert/

Using DRF GUI you can Create/Update/Delete etc Dessert

Also via http://localhost:8000/admin

About

Minimal example of a Django Rest Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages