This is a marketplace store where users can register on the site and sell products.
This project generated by restfull architecture with django.
- Python
- Django
- Django-Rest-Framework
- Rabbitmq
- Redis
- Celery
- Celery beat
$ git clone https://github.com/rahmanipy/restful-django-shop.git
$ python3 -m venv venv
$ python3 venv/bin/activate
$ pip install -r requirements.txt
$ sudo systemctl start rabbitmq-server
$ sudo systemctl start redis
$ celery -A DrfShop worker -l INFO
$ celery -A DrfShop beat -l INFO --scheduler django_celery_beat.schedulers:DatabaseScheduler
$ python manage.py runserver
Now project is up on : localhost:8000/