Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 794 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 794 Bytes

Ecommerce Project for 2020 Summer. Made using Jquery, Django, Python, HTML,CSS, and BOOTSTRAP

This project is a starter Django server image for implementing ecommerce websites. This is one of many templates and is an open source project in progress

Follow the next steps to run the test server in your environment

After the repository has been cloned to your local storage

  • Run the command "cd ECOMMERCE"
  • Run the command "pip install -r requirements.txt"
  • Run the command, "python3 manage.py runserver"
  • In a web browser, navigate to "localhost:8000"