Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 787 Bytes

File metadata and controls

17 lines (11 loc) · 787 Bytes

Node_REST_API

Build Status dependencies Status devDependencies Status

A boiler plate project to start building API server with Node, Express & MongoDB

Usage

Clone the repo, install the dependencies & start the development server in your local machine

> git clone https://github.com/kukiron/node_rest_api.git
> npm install
> npm run dev:server

You'll also have to download & setup MongoDB for in your local machine.