Skip to content

free ecommerce application with kotlin and backend with django

Notifications You must be signed in to change notification settings

alisamadzadeh46/ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

ecommerce

free ecommerce application with kotlin and backend with django

  1. Clone the repository
  2. create a virtual environment using virtualenv venv
  3. Activate the virtual environment by running source venv/bin/activate
  • On Windows use source venv\Scripts\activate
  1. Install the dependencies using pip install -r requirements.txt

  2. Migrate existing db tables by running python manage.py migrate

  3. Run the django development server using python manage.py runserver

  4. Run the django development server using (for ip address) python manage.py runserver your ip address:8000

  5. enter your data in administration

alt text

alt text

alt text

alt text

alt text

alt text

alt text