Clone this repository or download this code.
- Create a database name djangoecom
- Choose import and import the database file found here
-
Open this folder in vs code
-
Create a env folder by running this command in vs code terminal
python -m venv env
This creates a env folder in your current folder
-
To activate env
.\env\Scripts\activate
-
then use this command
pip install -r requirements.txt
-
Use this to run this django application
python manage.py runserver
-
Then run the following command in chrome
username: poo
password: 12345678