PustakAdda is a User-friendly platform designed to enhance the library experience. Whether you're a User looking to Issue or Return books, or an Admin responsible for overseeing these actions, our app simplifies the process for you. Explore, Issue, and Enjoy your reading journey with our intuitive Library Portal App.
- Login/Sign up with Email and Password
- Book Issue and Return
- Separate Admin Approval Page for User Actions
- Profile Update
- Book Order
- Books details and summary availability
- Frontend: React.js
- Backend: Node.js, Express.js
- Database Framework: MongoDB
- API Used: Custom API
To get started with PustakAdda, follow these steps:
- Clone the repository
- To run frontend:
- run cd Client
- run npm install to install packages
- run npm start to run frontend
- To run Backend:
- run cd Server
- run npm install to install packages
- run npm start to run backend