Ecommerce website built with Django Framework.
Boihut is a a book store built in Django as a first year university project. This project was aimed to increase my knowledge about django and python overall.
- Front Page
- Books by Category
- Single Book Page
- User Login and Registration
- User Cart
- Checkout System
- User Dashboard(View Order, edit profile)
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py migrate --run-syncdb
python manage.py createsuperuser
Books banner vecteezy
Warning: This project is licensed Under BSD-2 so use with proper credits.
Home
Book Page
Login
Register
Dashboard
Checkout Page
View Order
Edit Profile