Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.46 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.46 KB

PustakAdda - A Library Portal App

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.

Features

  • 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

Tech Stack

  • Frontend: React.js
  • Backend: Node.js, Express.js
  • Database Framework: MongoDB
  • API Used: Custom API

Screenshots

Landing Page

Screenshot 2023-09-10 035045

Login Page

Screenshot 2023-09-10 035102

Books Page

Screenshot 2023-09-10 035234

Installation

To get started with PustakAdda, follow these steps:

  1. Clone the repository
  2. To run frontend:
    • run cd Client
    • run npm install to install packages
    • run npm start to run frontend
  3. To run Backend:
    • run cd Server
    • run npm install to install packages
    • run npm start to run backend