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

https://github.com/m3shovon/q-commerce


https://github.com/m3shovon/q-commerce

Last synced: about 2 months ago
JSON representation

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 shop

Virtual 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
```