Django project that can be a template for development with rest-framework.
Clone
https://github.com/bkaganyildiz/restful-api-with-django.git
You can easily install dependencies using requirements file
pip install -r requirements.txt
In order to start stream :
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
This project is licensed under the MIT License - see the LICENSE file for details