https://github.com/kayprogrammer/crm-ecommerce-application-with-django
This is a simple crud ecommerce application built with Django
https://github.com/kayprogrammer/crm-ecommerce-application-with-django
bootstrap django html-css
Last synced: 9 months ago
JSON representation
This is a simple crud ecommerce application built with Django
- Host: GitHub
- URL: https://github.com/kayprogrammer/crm-ecommerce-application-with-django
- Owner: kayprogrammer
- Created: 2022-02-24T00:05:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T13:43:41.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T10:12:45.930Z (about 1 year ago)
- Topics: bootstrap, django, html-css
- Language: HTML
- Homepage:
- Size: 847 KB
- Stars: 3
- 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 application built with DJANGO, HTML-CSS-BOOTSTRAP

### 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