Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chengetanaim/bread-basket-express
Bread Basket Express is a e-commerce website that sells bakery products written in Python, Django. It also caters for user account creation, deletion and login. Users are able to view products and order the products they want, as well as specify the order quantity.
https://github.com/chengetanaim/bread-basket-express
css django html
Last synced: about 19 hours ago
JSON representation
Bread Basket Express is a e-commerce website that sells bakery products written in Python, Django. It also caters for user account creation, deletion and login. Users are able to view products and order the products they want, as well as specify the order quantity.
- Host: GitHub
- URL: https://github.com/chengetanaim/bread-basket-express
- Owner: Chengetanaim
- Created: 2024-05-23T08:36:02.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-07T10:38:26.000Z (5 months ago)
- Last Synced: 2024-06-07T11:57:13.215Z (5 months ago)
- Topics: css, django, html
- Language: SCSS
- Homepage:
- Size: 782 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bread Basket Express
Bread Basket Express is a e-commerce website that sells bakery products, written in Python, Django.
It caters for user account creation, deletion and login.
Users are able to view products and order the products they want, as well as specify the order quantity.# How to run this project:
- Install requirements.txt file in the command prompt using command: pip install -r requirements.txt
- Run: python manage.py runserver
- Default username: admin
- Default password: admin123