Skip to content

Deploying an app on Azure Cloud that provides a REST API to users to allow them to manage book inventory system and designing the network in order to implement the security.

Notifications You must be signed in to change notification settings

yashy23/Implementing-Rest-Full-API-in-Node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementing-Rest-Full-API-in-Node.js

Developing a REST-FULL API to implement CRUD (Create, Read, Update, Delete) services for an appointment tracking system.Data is in text file in JSON format. The information about each appointment will have following attributes: id, title, date, time Implementing following commands:

  1. get/appointments
  2. Returning the list of attributes of all the appointments
  3. Returning the attributes of specific id
  4. Removes all the appointments
  5. Removes the appointments of specific id
  6. Add a new appointment with specific id
  7. Updates the attributes for the appointment specified by id using the priovided information

setup

Implementing the REST-FULL API in Node.js

Testing the code on postman application

Implementing the html forms that interface the given API

About

Deploying an app on Azure Cloud that provides a REST API to users to allow them to manage book inventory system and designing the network in order to implement the security.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published