/Bakery

Django-based eCommerce solution for a fictional local bakery.

Primary LanguageCSS

Bakery

Django-based eCommerce solution for a fictional local bakery.

Live version is here or On Python Anywhere with MySQL database here

Can try mock checkout with

  • Number : 4111 1111 1111 1111
  • CVV : 123
  • Date : 12/28

How to access admin area ?

Admin area is here

  • ID : admin
  • Password : kucing

Problem Statements

  • Covid 19 causes problems to small businesses. They required solutions which is small and cheap in order to allow them to modernize their work flow. This small eCommerce solution would be able to help with this.

Home Page Home Page


Detail Listing Detail Listing


Bucket Bucket


Checkout Checkout


Getting Started

To get started you can simply clone this bakery repository and install the dependencies.

Clone the bakery repository using git:

git clone https://github.com/ParmenidesSartre/Bakery.git
cd ecommerce-demo

Install dependencies with this command:

pipenv install
pipenv shell

Run the application with this command:

python manage.py runserver

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT