Public libraries web application where user can find and borrow book from the library
- Django 4.2
- Django Rest Framework (DRF) 3.14
- HTML
- Boostrap Framework for CSS Styling
- JavaScript
The book data was collected from bukukita.com one of the project I was developed few months ago (for learning purpose only). You can check my scraping-bukukita for more insight about the data scraping project.
- Install the dependencies
pip install -r requirements.txt
- Configure the secret key inside
.env
file
SECRET_KEY=the_secret_key