# ecommerce **Repository Path**: kimlimjustin/ecommerce ## Basic Information - **Project Name**: ecommerce - **Description**: Web-based Ecommerce platform built using django - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-22 - **Last Updated**: 2021-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ecommerce ![Ecommerce demo](https://drive.google.com/uc?esport=view&id=11Z2pE9tWVFr6oLVGc30zcm9DL7EV1CoS) 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//ecommerce.git` on the command line - 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/`](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 response - `python manage.py runserver` to run the project locally - `python manage.py migrate` to migrate the databse