loalexandra / budget-app-rest-api

REST API for budget application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

budget-app-rest-api

REST API for budget application

Getting started

Run server with command node server.js

The current version of the API lives at https://localhost:3000/.

Endpoints

GET

  • /notes - Returns an array of all notes
  • /notesByMonth/:month - Returns an array of notes based on month
  • /offset=:offset&limit=:limit - Returns an array of notes based on queries parameters offset/limit
  • /notes/:noteId - Returns a note by Id

POST

  • /notes - Post new note

PUT

  • /notes/:noteId - Update note by Id

DELETE

  • /notes/:noteId - Delete note by Id

About

REST API for budget application


Languages

Language:JavaScript 100.0%