Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaongitbd/boihut
Django ecommerce (book-store)
https://github.com/shaongitbd/boihut
django django-application django-blog django-framework django-project learn python
Last synced: about 1 month ago
JSON representation
Django ecommerce (book-store)
- Host: GitHub
- URL: https://github.com/shaongitbd/boihut
- Owner: shaongitbd
- License: bsd-2-clause
- Created: 2022-01-29T11:29:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T01:40:02.000Z (about 1 year ago)
- Last Synced: 2024-09-28T16:23:08.854Z (about 2 months ago)
- Topics: django, django-application, django-blog, django-framework, django-project, learn, python
- Language: Python
- Homepage:
- Size: 5.06 MB
- Stars: 31
- Watchers: 1
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BoiHut - DjangoEcommerce website built with Django Framework.
Background:
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.
Features
- Front Page
- Books by Category
- Single Book Page
- User Login and Registration
- User Cart
- Checkout System
- User Dashboard(View Order, edit profile)
Installation:
Step 1: clone the repo
Step 2: install python and pip
Step 3: install required liberies
```python
pip install -r requirements.txt
```
4. Step 4: Run migrations and create a db. from cmd type
```python
python manage.py makemigrations
python manage.py migrate
python manage.py migrate --run-syncdb
```
Step 5: create an admin account
```python
python manage.py createsuperuser
```
Credit:
Developed by shaongitt(Siam)
Other Credits:
Books logo vecteezy
Books banner vecteezy
License:
Warning: This project is licensed Under BSD-2 so use with proper credits.
Screenshots
Home
Book Page
Login
Register
Dashboard
Checkout Page
View Order
Edit Profile