Responsive Digital Library is a web application that allows users to manage their organisation's (or personal) book collections. It provides features such as adding, removing, and categorizing books, loaning and creating reading lists, and fast search functionality. The library is built using the MERN stack (MongoDB, Express, React, and Node) and can be easily deployed using Docker.
- Add and Remove Books: Users can add books and e-books to their library by providing the ISBN. If a book is not found in the database, users have the option to manually add the book's information.
- Tag System: Categorize books with tags for easy organization and retrieval.
- Loan and Reading List: Mark books as loaned or add them to the reading list to keep track of reading progress.
- Profile Page: View all the books in your collection, including loaned books and books on the reading list.
- Fast Search: Quickly search for books by name, ISBN, tags, and other relevant information.
- Easy setup using Docker.
The [Responsive] Digital Library is built using:
- MongoDB: A NoSQL database for storing book information, user data, and library-related data.
- Express: A web application framework for Node.js that handles server-side logic and routing.
- React: A JavaScript library for building user interfaces, used for creating client-side components and views.
- Node.js: A JavaScript runtime environment for server-side development and running the Express application. to start all the containers in development mode, simply run following command in your favorite terminal:
To run the project locally, it's easiest with Docker Desktop app:
- Install Docker on your machine: Install Docker Desktop.
- Clone the project repository and navigate to the root directory.
- Run Docker Desktop
- Build the Docker image and start the containers:
docker-compose up --build
- When it is done building, create an account. Go to root directory and run:
chmod +x admin_setup.sh
./admin_setup.sh
- Follow the script to create an account. Note: admin account don't have special priveleges (yet).
- Access the application in your web browser at http://localhost:3000 and login with your credentials.
The Responsive Digital Library is open-source software released under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.