Skip to content
 
 

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sprite-Payment-OAuth-JWT

Its a Sprite Payment APIs sample using node.js, jsonwebtoken and jquery

Development Environment Setup

Pre-requisites:

  • Node.js
  • MongoDB

Install MongoDB and NodeJS x64 distributions from its websites.

Runing Application.

Move to the Project Directry

$cd projectDirectry
  • Installing all the Dependencies
$npm install
  • Adding MongoDb URL for DataBase Conntection Move to project folder then
$cd config/

Then open the dbCollection.js file and put your data base URL

  mongoose.connect('Data base URL');
  • Running in Project Move to project folder then
$ node bin/www
  • Server is Developed on localhost:3000 for API
  • localhost:3000/admin for Web protal

#Demo https://sprite-sample.herokuapp.com/admin/

#License MIT

About

Sample Showing how Sprite Payment APIs are intergrated with node.js and Use jsonwebtoken

Resources

Stars

0 stars

Watchers

6 watching

Forks

Releases

Packages

Contributors

Languages