Skip to content

bharathjinka09/django-rest-framework-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Rest Framework API

Installation

git clone <repo-url>

python3.8 -m venv venv

source venv/bin/activate

pip install -r requirements.txt

python manage.py migrate

python manage.py createsuperuser

python manage.py runserver

Swagger UI Documentation

http://127.0.0.1:8000/doc/

http://127.0.0.1:8000/redoc/

Glitchtip for error monitoring like sentry

https://glitchtip.com/documentation/install

Endpoints

GET all contacts : http://127.0.0.1:8000/contacts/

GET single contact : http://127.0.0.1:8000/contacts/<id>/

POST : http://127.0.0.1:8000/contacts

PUT : http://127.0.0.1:8000/contacts/<id>/

DELETE : http://127.0.0.1:8000/contacts/<id>/

About

Django Rest Framework API with Swagger docs UI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages