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

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

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`