Skip to content

Ruben890/Ecomer-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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