Skip to content

A simple nodejs server that exposes a tiny / basic API (3 endpoints) in order to persist data (by default in .json files)

Notifications You must be signed in to change notification settings

Hyerelle/simple-storage-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title

Dependencies

  • polka : minimal node web server (express like)
  • lowdb : manipulate JSON file easily
  • cors : middleware that allow CORS requests
  • body-parser : middleware used to handle requests' JSON body

Stats

About

A simple nodejs server that exposes a tiny / basic API (3 endpoints) in order to persist data (by default in .json files)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published