Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ddosmukhambetov/snik_store

Django E-Commerce Online Store
https://github.com/ddosmukhambetov/snik_store

Last synced: 3 days ago
JSON representation

Django E-Commerce Online Store

Awesome Lists containing this project

README

        

# Django E-Commerce Project

An e-commerce website built using the Django framework.

## How to run?
1. Clone the repo from GitHub: `https://github.com/ddosmukhambetov/snik_store.git`
2. Set the values in the .env file
3. Build the project: `docker compose build`
4. 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.

## Technologies


Celery, DRF, Swagger & Redoc docs, Stripe and more!