Skip to content

Node.js + Express in-memory schema-less database for testing RESTful clients and prototyping CRUD

Notifications You must be signed in to change notification settings

Inucoder/in-memory-rest-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In-memory REST database

Simple Node.js + Express application that provides an in-memory, schema-less and fast database implementation. Queries can be made via a REST API.

Installation

Clone the files into a new folder. Run Bower and NPM to fetch dependencies as follows:

bower install
npm install

Run server using Grunt (default is http://localhost:3000):

grunt

Usage

Query the database at url SERVER_URL/db. JSON must be used as raw body content.

GET /db
GET /db/:id
POST /db
PUT /db/:id
DELETE /db/:id
DELETE /db

About

Node.js + Express in-memory schema-less database for testing RESTful clients and prototyping CRUD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published