https://github.com/jpdoshi/bookstore
Book Store made with Django 4.x
https://github.com/jpdoshi/bookstore
Last synced: about 1 month ago
JSON representation
Book Store made with Django 4.x
- Host: GitHub
- URL: https://github.com/jpdoshi/bookstore
- Owner: jpdoshi
- License: mit
- Created: 2023-07-02T05:25:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T14:23:19.000Z (over 2 years ago)
- Last Synced: 2023-09-26T19:26:29.828Z (over 2 years ago)
- Language: Python
- Size: 821 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BookStore
E-commerce platform made with Django 4.2.1
## Install Dependencies
+ Open terminal in main folder (where manage.py is present)
+ Make sure to have virtual environment installed on your machine
+ Create virtual environment and install dependencies
```shell
# install dependencies
pip install -r requirements.txt
```
## Get Started
```shell
# start server
python manage.py runserver
```
+ Open `localhost:8000` in web browser of your choice
+ admin username: `admin` and password: `secret`
## What technologies are used?
+ SQLite Database
+ Bootstrap 5.3
+ Font Awesome (via CDN)
+ Images from online sources
+ Book Details from Wikipedia
## Features
+ User Login/Registration
+ Account Signout/Delete
+ Cart Feature
+ Wishlist
+ Checkout/Order
+ Shop by category or search