https://github.com/azmainadel/amarshop-backend-django
Demo tutorial codebase for a Django class I took at BongoDev
https://github.com/azmainadel/amarshop-backend-django
backend demo django django-rest-framework python teaching tutorial
Last synced: 4 months ago
JSON representation
Demo tutorial codebase for a Django class I took at BongoDev
- Host: GitHub
- URL: https://github.com/azmainadel/amarshop-backend-django
- Owner: azmainadel
- Created: 2025-01-29T14:48:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-15T05:50:37.000Z (over 1 year ago)
- Last Synced: 2025-04-30T14:18:03.376Z (about 1 year ago)
- Topics: backend, demo, django, django-rest-framework, python, teaching, tutorial
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# amarshop-backend
## Requirements
1. Make sure Docker and Docker Compose are installed
2. Make sure you have a virtual environment created and activated
## Running this project
### 1. Install the packages
`pip install -r requirements.txt`
### 2. Run the local database
Run this from the docker folder:
`docker-compose up -d`
### 3. Migrate the database
Run this from the root folder
`python manage.py migrate`
### 4. Run the Django project
Run this from the root folder
`python manage.py runserver`