Table of Contents :1. Pre-Requisites
2. Install Modules
3. Run Project
3. Test Project
The following tools are need to be pre-install on your system
Run the below command to install the required modules into this project.
> npm i
Run the below command to run this project
> npm run start
OR
Run the below command to run this project with nodemon
> npm run dev
Import the "Student Registraion.postman_collection.json" file into your Postman tool to test the RESTful APIs of this project.