Skip to content

Create a new code spaces β˜„οΈ backend for a full-fledged e-commerce πŸ›’ platform. Implemented on Django using the Django REST Framework 🎞️. The project supports user πŸ‘€, product, order πŸ” and payment management. πŸ’Έ

Notifications You must be signed in to change notification settings

RustamovAkrom/OnlineShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

OnlineShop

Runing project

Install dependenciase

$ python3 -m venv env
$ source env/bin/activate
$ pip install --upgrade pip
$ pip install -r requirements.txt

Run Redis

$ systemctl start redis-server

Run Celery

$ celery -A core worker -l info

Run flower

$ celery -A core flower

Run flower and authentificate

$ celery -A core flower --basic-auth=username:password

Run

$ python manage.py makemigrations
$ python manage.py migrate
$ python mangae.py runserver

About

Create a new code spaces β˜„οΈ backend for a full-fledged e-commerce πŸ›’ platform. Implemented on Django using the Django REST Framework 🎞️. The project supports user πŸ‘€, product, order πŸ” and payment management. πŸ’Έ

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Sponsor this project