How to Run:
- Download python https://www.python.org/downloads/
- Clone Reposiitory
git clone https://github.com/your-username/majproj-BookExchange.git
-
Create a virtual environment
python -m venv [name of env here]
-
Activate environment
windows:
[name of env here]\Scripts\activate
linux/macos
[name of env here]\bin\activate
-
Intall Dependencies,
python install -r requirements.txt
-
Download or set up posgres using docker. Then create database and edit required details for the database in your setting.py file
-
Prepare migrations and runserver
python manage.py makemigrations python manage.py migrate python manage.py createsuperuser python manage.py runserver
-
Register and Enjoy!! PS. you will need to create other users and add books for them to see the prototype functionality. 😄
LIVE DEMO LINK: https://bookexchangeapp.onrender.com/