Backend API for a MERN app which hr personnel can use to keep records and communication with their employees.
- NodeJS: It’s an open-source, cross-platform JavaScript runtime environment that allows you to build scalable network applications outside a web browser. It’s designed to facilitate the development of scalable network applications.
- ExpressJS: ExpressJS is a backend web application framework used for building RESTful APIs with NodeJS. It’s released under the MIT License as free and open-source software. ExpressJS is renowned as the standard server framework for NodeJS and boasts over 2.6 million weekly downloads.
- MongoDB: MongoDB is a source-available document-oriented database program that works across different platforms. It falls under the category of NoSQL databases and utilizes JSON-like documents with optional schemas, distinguishing it from SQL databases.