Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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