eStore
eStore
| 🪧 Vitrine.Dev | |
|---|---|
| ✨ Nome | eStore |
| 🏷️ Tecnologias | python, django, postgresql |
| 🚀 URL |
E-Commerce Django Project !
Buy and Sell in your custom made shop !
Store View

Product View



Cart View

Checkout View

Config
- Create an
.envfile in the same folder wheremigrate.pyis. - In your terminal with venv, execute
python -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())'generating a new secret key - Insert the new secret key in
.envfile like this:SECRET_KEY = oahsdodjifodjfodjfpadjpajsdpojsd. - Insert the database URL in the
.envfile like this:DATABASE_URL = your_db://your_db:password@localhost/my_db. - Run
python manage.py migrateand create the tables
Run
python manage.py runserver
Server is running in http://127.0.0.1:8000/, access your browser !
To-Dos Done:
- Products
- Cart
- Payment
- Checkout
Veja meu projeto em: https://github.com/Marrowsed/estore