An e-commerce website built using the Django framework.
- Clone the repo from GitHub:
https://github.com/ddosmukhambetov/snik_store.git
- Set the values in the .env file
- Build the project:
docker compose build
- Run the project:
docker compose up
In a new terminal, you can create a superuser using the command: docker exec -it snik_backend python manage.py createsuperuser
You can also generate fake products using the command: docker exec -it snik_backend python manage.py fake_products
, but before that, create several categories in the admin panel.
Celery, DRF, Swagger & Redoc docs, Stripe and more!