Skip to content

magnetomax/SimpleUserAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleUserAPI

APIs in NodeJs for User registration and authentication.

Requirements

  • NodeJs
  • config.js - File with same structure as below
module.exports = {
    'secret': 'abcdefg',    //Secret Key for jsonwebtoken generation
    'orcestrateApiKey':'xyz', //DB as Service API key
    'orchestrateLocation':'example.xay.cok', //Location of Database
    'sendgridUser':'sendgrid_user', //SendGrid username(username===apikey)
    'sendgridApi':'sendgrid_password' //SendGrid Password
};

Initial Steps

Execute the following commands:

+ `npm install`
+ `node index.js`

About

APIs in NodeJs for User authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published