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
- Host: GitHub
- URL: https://github.com/caknoooo/simple-django-restful-api
- Owner: Caknoooo
- License: mit
- Created: 2023-10-05T00:39:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T01:37:32.000Z (about 2 years ago)
- Last Synced: 2025-02-04T04:13:28.616Z (8 months ago)
- Topics: django-framework, django-rest-framework, rest-api, simple-project
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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