Skip to content

Restful api Django, Django Rest Framework, Django Rest Framework Swagger

Notifications You must be signed in to change notification settings

bkaganyildiz/restful-api-with-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restful API with Django Rest Framework and Swagger UI

Django project that can be a template for development with rest-framework.

Installing

Clone

https://github.com/bkaganyildiz/restful-api-with-django.git

You can easily install dependencies using requirements file

pip install -r requirements.txt

Some libraries used and their documentations

In order to start stream :

Django-Rest-Framework

Django REST Swagger

Run

In order to run :

cd restful-api-with-django
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser(Optional)
python manage.py runserver

After Run Server Check http://127.0.0.1:8000/#/ to see the API Endpoints with Swagger UI

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Restful api Django, Django Rest Framework, Django Rest Framework Swagger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages