When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

MERN Stack Library Management App

Build a real time mern stack library management applications

     
  • 4.3
  •  |
  • Reviews ( 31 )
₹2299

This Course Includes

  • iconudemy
  • icon4.3 (31 reviews )
  • icon8 total hours
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconUdemy

About MERN Stack Library Management App

Hi Guys, Welcome to the course 'MERN Stack Library Management Application 2023

In this course, you will learn the following topics

Working with different user roles like Patron, Librarian, Admin

Separate User Interface for all the user roles

Working with complex MongoDB, queries, schemas, models

Redux Toolkit For State management

JWT Authentication and Password Encryption

Ant Design Library for UI Components,

Admin can create librarians and users

Librarians can do crud operations on books, issue a book to patron, renewal the issued book status based on patron request, process the book returns , collect rents and fines

Access management functionality.

All the functionalities / pages will be displayed to the logged in user based on the role.

Admin can see the complete reports of the library.

Like total books issued , total amount collected , total amount pending etc.

Pushing Code to GitHub,

Hosting application in Heroku

24/7 Q/A Support.

MERN stands for MongoDB, Express, React, and Node, after the four key technologies that make up the stack.

MongoDB - document database

Express(.js) - Node.js web framework

React(.js) - a client-side JavaScript framework

Node(.js) - the premier JavaScript web server

Express and Node make up the middle (application) tier. Express.js is a server-side web framework and Node.js is the famous and powerful JavaScript server platform. Regardless of which variant you choose, ME(RVA)N is the ideal approach to working with JavaScript and JSON, all the way through.

React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is maintained by Meta and a community of individual developers and companies.

Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser designed to build scalable network applications.

What You Will Learn?

  • Learning and Building a Real Time MERN Stack Application scratch..
  • Working with different user roles . Every logged in user will be having different user interface..
  • Librarian and Admin roles for managing the entire application.
  • Normal user / patron role for checking the borrowed books and books availability status..
  • Issue a book to patron , Renewal the issued book , Process the return operation.