Skip to content

aksaxena1991/gohighlevel-wallet-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go High Level Wallet Microservice

This is a simple wallet microservice built with Node.js, Express.js, MongoDB, and services are authorized with JSON Web Token (JWT). Wallet service is authorized with shared session with auth microservice.

Requirements

  • Node.js and npm
  • MongoDB

Installation

  • Clone repository git clone https://github.com/aksaxena1991/gohighlevel-wallet-service.git

  • Install dependencies cd gohighlevel-wallet-service npm install

  • Create a [.env] file in the root directory of the project, and add the following environment variables: PORT=3001 MONGODB_URI=mongodb://localhost:27017/walletService JWT_SECRET=goHighLevel

  • Start server npm run start

Usage

Features

The customer wallet application has the following features:

  • Create Wallet: Users can create their single wallet.
  • Recharge Wallet: If wallet is already created then user can recharge the wallet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published