Description
In this guide, you will learn how to get started with the React app and configure the application with real-time API data, performing the frequently used data table features such as creating the Node.js back-end API. The API integration with the React app and the app-based routing configuration.
Lab Objective
Upon completion of this lab, you will be able to:
Prerequisites
You should have a basic understanding of React functional components and Node.js with MongoDB.
Lab Requirements
The schema for the User is given below:
{ name: { type: String, required: true }, email: { type: String, required: true }, gender: { type: String, required: true } }