Skip to content

planetnest/jsonStore-Node-Js-Acceleration-16

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonStore

A free and open JSON store service can be accessed here

This app allows users to save their json files and access them via API calls.

As soon as the user saves the json data, a url which can be used to access the data.

The following API endpoints can be accessed:

  • POST /docs to post new json data
  • GET /docs/:id to get already existing json data
  • UPDATE /docs/:id to update already existing json data
  • DELETE /docs/:id to delete already existing json data.

Project Dependencies

  • body-parser- NodeJs body parsing middleware,
  • express: Fast, Unopinionated web framework. Used as the web server for this application,
  • fs: To open and write into files
  • morgan: HTTP Request Logger Middleware for NodeJs,
  • nodemon: A simple monitor script for development use. For Live Reloading,
  • path: A module that provides utilities for working with file and directory paths

Installation

About

A free and open JSON store service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.0%
  • HTML 19.9%
  • CSS 5.1%