Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ddosmukhambetov/snik_store
- Owner: ddosmukhambetov
- Created: 2023-12-04T19:55:29.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-06-22T07:45:08.000Z (5 months ago)
- Last Synced: 2024-06-22T17:47:58.249Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 646 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.Celery, DRF, Swagger & Redoc docs, Stripe and more!