Assignment_ Build a RESTful API using Node (1)
Assignment_ Build a RESTful API using Node (1)
Objective:
Create a simple RESTful API for managing a list of users, testing concepts such as routing,
middleware, HTTP methods, status codes, error handling, and interaction with a data source.
Requirements:
{
"id": "1",
"firstName": "Anshika",
"lastName": "Agarwal",
"hobby": “Teaching”
}
Submit zip folder of your code and a document containing screenshots of your test results.