https://github.com/m3shovon/q-commerce
https://github.com/m3shovon/q-commerce
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/m3shovon/q-commerce
- Owner: m3shovon
- License: mit
- Created: 2024-05-29T11:02:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T11:58:03.000Z (5 months ago)
- Last Synced: 2025-02-09T12:31:55.577Z (4 months ago)
- Language: JavaScript
- Size: 14.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Q-Commerce_Cloud-Kitchen
This is a Q-Commerce Platform where customer can order a food from their favourite shopVirtual Environment Set Up
```
python -m venv venv
```
Virtual Activation[Linux]```
source venv/bin/activate
```
Virtual Activation With Git Bash[Windows]```
source venv/scripts/activate
```
Install Files```
pip install -r requirements.txt
```
Migrate```
python manage.py migrate
```Migrations
```
python manage.py makemigrations
```Create Superuser
```
python manage.py createsuperuser
```Run Project
```
python manage.py runserver
```