An open API service indexing awesome lists of open source software.

https://github.com/jlozovei/node-api-server

Server-side for Node RESTful API Tutorial
https://github.com/jlozovei/node-api-server

expressjs mongodb nodejs restful-api server-side tutorial

Last synced: 2 months ago
JSON representation

Server-side for Node RESTful API Tutorial

Awesome Lists containing this project

README

          

# Node API - Server

This repo is dedicated to server-side's code of node api tutorial. Put simply, our server-side will manage the requests made by the client-side, authenticate and provide the information requested.

Get the Postman Collection for this API: [API Postman Collection](https://www.getpostman.com/collections/8fa4f92fa73641e814b1)
**to test it locally, you must run this API with Node and your local MongoDB server**