Skip to content

SoniaRMK/Note-Taking-API-NodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Taking API

Maintainability

Project Description:

A simple Note Taking API using NodeJS, ExpressJS and MongoDB. It is a Rest APIs for creating, listing, editing and deleting a Note.

Required Features

  1. Users can create a note
  2. Users can update/edit a note
  3. Users can delete a note
  4. Users can view notes
EndPoint Functionality
POST\ /notes Creates a note
GET\ /notes Gets all notes
GET\ /notes/:noteId Gets a note
PUT\ /notes/:noteId Updates note
DELETE\ /notes/:noteId Deletes note

Technologies

  1. NodeJS and ExpressJS
  2. MongoDB

Requirements

  • Install NodeJS
  • Install dependencies npm install

Use endpoints

  • Run npm install on command prompt
  • Run nodemon server.js on command prompt
  • View the api on http://127.0.0.1:3000
  • Test it's usage with postman

Happy Coding! 😄

About

A simple To Do list API using NodeJS and ExpressJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published