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
- Open a shell environment
- In the environment, run the command "git clone https://github.com/olufemi-olumaiyegun/ECOMMERCE.git"
- 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"