Skip to content

KanishqGandharv219/Backend_Assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Problem Statement: Develop a RESTful API for a simple note-taking application using Node.js and Express.js, with MongoDB as the database. The API should allow users to create, retrieve, update, and delete text notes.

Four functionalities as requested: image

  1. Create Note: Endpoint to add a new note to the database. Insomnia: image MongoDB: image

  2. Retrieve Notes: Endpoint to get a list of all notes, with an option to retrieve a single note by its ID. Insomnia: Retrieve every note: image Retrieve note by ID: image

  3. Update Note: Endpoint to update the content of an existing note. Insomnia: image MongoDB: image

  4. Delete Note: Endpoint to delete a note from the database. Insomnia: image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published