Social networking site for book exchange and reviewing.
- Fork & Clone the repo
git clone https://github.com/[yourname]/BookThieves.git
- Navigate through the project
cd BookThieves
-
Install all requirements
pip install -r requirements.txt
-
Run :
python3 main.py
-
Copy the localhost url (usually localhost:5000/) and paste in browser
- User
- Book : Keeps track of all books
- Review : Keeps track of all reviews posted by a user
- Request : Keeps track of the exchange requests made by users
| static
| layout.css
| templates Contains all the html files
| index.html
| register.html
| login.html
.....
| Main.py : Contains all the python code
| db.sqlite3 : The database used is sqlite3
| requirements.txt : contains the list of all dependencies to be installed
| README.md