Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.33 KB

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