A boiler plate project to start building API server with Node, Express & MongoDB
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.