Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codergogoi/nodejs_complete_rest_api
Rest API complete project build in NodeJS & Express. It is a very tiny project which is representing the way of utilization of nodeJS to build a quick REST API for web and mobile application with keeping usability. Here I have used most of the important techniques to make secure API end points, user authentication along with the resource accessibility for authorize users, Signup, SignIn mechanism etc.
https://github.com/codergogoi/nodejs_complete_rest_api
express expressjs jsonwebtoken mongodb mongoose nodejs rest-api
Last synced: about 7 hours ago
JSON representation
Rest API complete project build in NodeJS & Express. It is a very tiny project which is representing the way of utilization of nodeJS to build a quick REST API for web and mobile application with keeping usability. Here I have used most of the important techniques to make secure API end points, user authentication along with the resource accessibility for authorize users, Signup, SignIn mechanism etc.
- Host: GitHub
- URL: https://github.com/codergogoi/nodejs_complete_rest_api
- Owner: codergogoi
- Created: 2020-04-20T10:20:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T13:23:53.000Z (over 1 year ago)
- Last Synced: 2024-04-20T15:08:55.905Z (7 months ago)
- Topics: express, expressjs, jsonwebtoken, mongodb, mongoose, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 746 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoodeJS Complete REST API
Rest API complete project build in NodeJS & ExpressConfig file contents are not added due to keep privacy of the Database and App Key. The possible contents are as follows:
files contents:
config/
appConst.js
{
exports.MONGODB_URI = "mongodb+srv://dbconnectionURL/blog";
exports.APP_KEY = "app_sceret_to_encrypt_jwt";
}Post Man Collection for Request:
https://documenter.getpostman.com/view/8734310/Szf6YUN2Documentation is enclosed inside the content for reference