How to run:
- Clone this repository of fork it.
- To clone it, open the command line and type
git clone https://github.com/kimlimjustin/ecommerce.git - To fork it, click on the fork button of this repository and type
git clone https://github.com/<your username>/ecommerce.giton the command line
- To clone it, open the command line and type
- Installing all the dependencies of this project by typing
pip install -r requirements.txt - Migrate the database by typing
python manage.py migrateon the command line - Run the project by typing
python manage.py runserveron the command line - Open your browser and type
http://127.0.0.1:8000/to access this project on your local machine
Command:
python manage.py testto test the web application page responsepython manage.py runserverto run the project locallypython manage.py migrateto migrate the databse