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
- Host: GitHub
- URL: https://github.com/jlozovei/node-api-server
- Owner: jlozovei
- Created: 2018-05-01T22:10:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:21:09.000Z (about 3 years ago)
- Last Synced: 2025-01-13T00:21:26.571Z (about 1 year ago)
- Topics: expressjs, mongodb, nodejs, restful-api, server-side, tutorial
- Language: JavaScript
- Size: 223 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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**