Ecomer is an e-commerce project built with Django, Tawilind CSS, and JavaScript.
- Python 3.11
- Django
- Other requirements...
-
Clone the repository:
git clone https://github.com/Ruben890/Ecomer-django.git
-
Install dependencies:
pip install -r requirements.txt
-
Run the Django projecto:
python manage.py runserver
-
Compile static files
python manage.py tailwind start
-
Migrate the database:
python manage.py migrate python manage.py makemigrations
-
Create a superuser (if needed):
python manage.py createsuperuser