Chocolate House is a web app for managing a chocolate store, built with Django and Python.
- Clone the repository:
git clone https://github.com/yourusername/ChocolateHouse.git cd ChocolateHouse
- 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)