https://github.com/kayprogrammer/ecommerce-store-with-django
A small ecommerce store application built with Django
https://github.com/kayprogrammer/ecommerce-store-with-django
django html-css-javascript
Last synced: 3 months ago
JSON representation
A small ecommerce store application built with Django
- Host: GitHub
- URL: https://github.com/kayprogrammer/ecommerce-store-with-django
- Owner: kayprogrammer
- Created: 2022-02-24T00:22:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T14:03:17.000Z (about 4 years ago)
- Last Synced: 2025-03-24T10:12:45.546Z (over 1 year ago)
- Topics: django, html-css-javascript
- Language: Python
- Homepage:
- Size: 637 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRM ECOMMERCE
This is a simple ecommerce store with paypal payment gateway.

### Built with...
* Django
* HTML/CSS/JAVASCRIPT
* Paypal Developers Api
### How to Test Locally...
* Download this repository
In your root directory. Run:
* `pip install -r requirements.txt` to install all dependencies
* `python manage.py runserver` to start the local server.
Check [http://localhost:8000](http://localhost:8000) to view application on your browser