Its a Sprite Payment APIs sample using node.js, jsonwebtoken and jquery
Pre-requisites:
- Node.js
- MongoDB
Install MongoDB and NodeJS x64 distributions from its websites.
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