A platform to facilitate exchanging books within a college/school made using Django.
python 3.8 (recommended)
$ python -m pip install Django
$ python -m pip install django-crispy-forms
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
- A book collection system consisting
- Book Search
- Book Upload
- Book Add/Remove
- Requests Systems to send/receive book borrow requests
- A search bar for searching users as well as books
- User authentication standard + with Facebook
- Profile Features to add profile picture, biography and college name
I haven't as such encountered any bugs while testing, if you find any feel free to report or send in a pull request.
Project is still on-going and a few features like genre search, chatting, suggest edits are left. Also few minor improvisations to current features will be there in upcoming updates.