Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranpy13/ecommerce-demo
A sample e-Commerce website made using Django and MySQL.
https://github.com/ranpy13/ecommerce-demo
Last synced: 6 days ago
JSON representation
A sample e-Commerce website made using Django and MySQL.
- Host: GitHub
- URL: https://github.com/ranpy13/ecommerce-demo
- Owner: ranpy13
- Created: 2023-08-12T07:06:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T07:33:55.000Z (11 months ago)
- Last Synced: 2024-02-26T13:01:25.223Z (9 months ago)
- Language: HTML
- Size: 10.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo eCommerce website
## Description
This demo website is made using HTML, CSS, and JS on the front-end, while the back-end is powered by Python and Django web framework hosted on a MySQL database.
## Requirements
(update the pip file accordingly)1. Python 3.x
2. Django 4.x
3. MySQL local instance## MySQL setup
### step 1:
Check the settings.py file and note down the host user and password and port
### step 2:
Create a new user in your MySQL local instance with the above details and verify that the port used is the same.## Conclusion
Do the configurations as required, and then run using
```python manage.py runserver```## Try out the demo website here:
https://cozastore.netlify.app/