An open API service indexing awesome lists of open source software.

https://github.com/caknoooo/simple-django-restful-api

This repository was created because I wanted to learn more about Django and how to create a rest api in it
https://github.com/caknoooo/simple-django-restful-api

django-framework django-rest-framework rest-api simple-project

Last synced: 6 months ago
JSON representation

This repository was created because I wanted to learn more about Django and how to create a rest api in it

Awesome Lists containing this project

README

          

# simple-django-restful-api
This repository was created because I wanted to learn more about Django and how to create a rest api in it

## Steps
- python manage.py makemigrations -> to create file migrations
- python manage.py migrate -> to migrate database
- python manage.py createsuperuser -> to manage user db.sqlite3
- python manage.py runserver -> to run the server