Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 810 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 810 Bytes

Ecomer-django

Ecomer is an e-commerce project built with Django, Tawilind CSS, and JavaScript.

Screenshots

Screenshot 1 Screenshot 2

Installation

Prerequisites

  • Python 3.11
  • Django
  • Other requirements...

Installation Steps

  1. Clone the repository:

    git clone https://github.com/Ruben890/Ecomer-django.git
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Run the Django projecto:

    python manage.py runserver
  4. Compile static files

        python manage.py tailwind start
  5. Migrate the database:

    python manage.py migrate
    
    python manage.py makemigrations
  6. Create a superuser (if needed):

    python manage.py createsuperuser