https://github.com/blackhatinside/backend_rest_api
My Implementation of the Udemy Course: Build a Backend REST API with Python & Django - Beginner
https://github.com/blackhatinside/backend_rest_api
Last synced: 11 months ago
JSON representation
My Implementation of the Udemy Course: Build a Backend REST API with Python & Django - Beginner
- Host: GitHub
- URL: https://github.com/blackhatinside/backend_rest_api
- Owner: blackhatinside
- Created: 2025-01-02T10:44:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-02T14:17:07.000Z (over 1 year ago)
- Last Synced: 2025-06-14T20:14:13.209Z (about 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Resources for Reference:
- Build a Backend REST API with Python Django - Beginner.pdf
- https://www.udemy.com/course/django-python/
core folder contains all the project related files
`django-admin startproject core .`
to restart the docker container
`docker-compose up`
to rebuild and restart the docker container
`docker-compose up --build`