BookWise is a microservice-based book management system designed to allow users explore, save, and manage their favorite books.
Provides a RESTful API for user authentication, book search using Google Books API, and managing personal booklists.
Offers a dynamic and user-friendly interface. It allows users to search for books, manage their personal booklists, and handle user profiles. The React app interacts with the backend via API calls to fetch and display data, ensuring a responsive user experience.
Stores user data and book information, ensuring reliable data management.
Used to containerize all components (backend, frontend, and database), making the system easy to deploy and maintain. Docker Compose facilitates the orchestration of these containers, ensuring they can communicate seamlessly within isolated environments.
- User Authentication: Secure login and registration system to manage user sessions.
- Book Search: Leverage Google Books API to search for books by titles, authors etc.
- Personal Booklist: Allows users to save their favorite books and manage their personal booklist.
- Docker 🐋
- Docker Compose
- Python 3.9 or newer
-
Clone the repository:
git clone https://github.com/EASS-HIT-PART-A-2024-CLASS-IV/BookWise.git cd BookWise -
Build and run the Docker containers:
docker-compose up --build
-
Enjoy! 💫 📖
The BookWise application is running and awaiting your use at:
http://localhost:3000API documentation:
http://localhost:8000/docs
To ensure the quality and reliability of the backend service, we employ pytest for running our suite of automated tests. Run the tests for the application using the following command:
docker-compose run --rm backend pytestClick the image to watch the project video demo:
External link to the video: https://drive.google.com/file/d/1XBQS91OlSaluZQhlbI98PPIo7Q3YMAn1/view?usp=sharing
Enjoy exploring the site and get reading!