Skip to content

shubhamanand0714/fictional-chocolate-house

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Chocolate House

Chocolate House is a web app for managing a chocolate store, built with Django and Python.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/ChocolateHouse.git
    cd ChocolateHouse
  2. Install dependencies: pip install -r requirements.txt 3.Run migrations: python manage.py migrate 4.Create a superuser: python manage.py createsuperuser 5.Start the server: python manage.py runserver 6.Access the app at http://127.0.0.1:8000/ and login at /admin. Features Manage products and inventory. User registration and authentication. Shopping cart and checkout system. Admin interface for managing content. Technologies Django, Python PostgreSQL Docker (optional)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published