/Student_Registration_RESTful_APIs

This project is added to worked around some basic concepts of RESTful APIs

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0


Table of Contents :

1. Pre-Requisites
2. Install Modules
3. Run Project
3. Test Project



1. Pre-Requisites

The following tools are need to be pre-install on your system



2. Install required modules

Run the below command to install the required modules into this project.

> npm i


3. Run project

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


3. Test project

Import the "Student Registraion.postman_collection.json" file into your Postman tool to test the RESTful APIs of this project.