Awesome
ecommerce
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.git
on 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 migrate
on the command line - Run the project by typing
python manage.py runserver
on 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 test
to test the web application page responsepython manage.py runserver
to run the project locallypython manage.py migrate
to migrate the databse