Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# NoodeJS Complete REST API
Rest API complete project build in NodeJS & Express

Config 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/Szf6YUN2

Documentation is enclosed inside the content for reference