MERN Stack Library Management App

Build a real time mern stack library management applications

Ratings: 4.65 / 5.00




Description

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

Who Should Attend!

  • Full Stack Developers
  • MERN Stack Developers