Skip to content

✅ Create a new codespace 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

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 codespace 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