Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimlimjustin/ecommerce
Web-based Ecommerce platform built using django
https://github.com/kimlimjustin/ecommerce
django ecommerce ecommerce-platform python webapp
Last synced: about 2 months ago
JSON representation
Web-based Ecommerce platform built using django
- Host: GitHub
- URL: https://github.com/kimlimjustin/ecommerce
- Owner: kimlimjustin
- Created: 2020-11-11T13:32:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T22:57:19.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T08:29:47.832Z (2 months ago)
- Topics: django, ecommerce, ecommerce-platform, python, webapp
- Language: Python
- Homepage:
- Size: 210 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-made-by-indonesian - ecommerce - `Web-based Ecommerce platform built using django` *by [Justin Maximillian Kimlim](https://github.com/kimlimjustin)* (E)
- made-in-indonesia - ecommerce - `Web-based Ecommerce platform built using django` *by [Justin Maximillian Kimlim](https://github.com/kimlimjustin)* (E)
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 machineCommand:
- `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