Coder Social home page Coder Social logo

easy-note's Introduction

EASY NOTE API

Setup

  • run npm install to install all required packages
  • run node server.js to start the server

Introduction

Never miss a thing in Life. Take notes quickly. Organize and keep track of all your notes with this API..

Overview

This API has two sections in the request: message and data

Error Codes

  • Status code 500 is returned for server error
  • Status code 422 is returned for validation errors
  • Status code 404 is returned for missing data

Endpoints

Creating a new note {{url}}/notes

Request Method: POST

  • Use this endpoint to create new note

Request Information

Parameter Data Type Description Mandatory(M)/Optional(O)
title string title of the note O
content string content of the note M

Retrieving all notes {{url}}/notes

Request Method: GET

  • This endpoint provide the list of all the notes in database

Retrieving a single note {{url}}/notes/:noteId

Request Method: GET

  • Get a single note by its ID

Url Parameter

  • noteId: The id of the note

Update a single note {{url}}/notes/:noteId

Request Method: PUT

  • Update a single note by its ID

Url Parameter

  • noteId: The id of the note

Delete a single note {{url}}/notes/:noteId

Request Method: DELETE

  • Delete a single note by its ID

Url Parameter

  • noteId: The id of the note

easy-note's People

Contributors

pharoouzy avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.