Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 943 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 943 Bytes

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