Bookswap is a personnal Django project related to Openclassrooms Python web development course. This is the latest project of the course.
Bookswap is a place to borrow or exchange books 📘 between friends in a local area. On main page you see all books available and you can select one to borrow or to exchnage with one of your own library.
It's a great way to share knowledge and entertainment while preserving the planet ♻️ and recycling books instead of taking space in your house !
Projet runs under Pipenv virtual environment
Please install dependecies
pipenv install
then run application with command
pipenv run manage.py runserver
You can connect on http://127.0.0.1:8000
Create user and add books to you personnal library
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.