Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 1.58 KB

Readme.md

File metadata and controls

68 lines (46 loc) · 1.58 KB

Second Hand Bookstore

This a second hand bookstore website that users can join/login and add their old books to sell it and and the users that need that book will contact to the owner of book and can buy it.


Project is in debugging mode.

Built With

  • Html
  • CSS
  • Bootstrap/Font-Awesome
  • JavaScript
  • Python
  • Django
  • SQLite

Live Demo

You can checkout the project in the following link The book Bazaar

Test Username: admin
Test Password: 123123

Get Started

To get the content of this project locally you need to run the following commands in your terminal:

Prerequisites

  • IDE(code editor) like: Vscode, Sublime, etc.
  • Git

Setup

  1. Download the Zip file or clone the repo with: git clone https://github.com/Iqbal-Elham/Second_Hand_bookstore.git
  2. To access cloned directory run: cd bookstore
  3. install the following dependencies:
  • pip install django
  • pip install jazzmin
  • pip install pillow

Run

  1. Activate the virtual enviroment
  • In linux sournce ../env/bin/activate
  • In Windows ../env/bin/activate
  1. Run Server python manage.py runserver

Author

👤 Iqbal Elham

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc