Skip to content

CiphersLab/Sprite-Payment-OAuth-JWT

 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.1%
  • CSS 5.4%
  • HTML 4.5%