Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 357 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 357 Bytes

WalletAPI

Configuration (Required)

To run the API, inside the folder database/variables.js password and username must be created.

Example database/variables.js file

const  userName  =  <username>;
const  password  =  <password>;

  
module.exports  = {
	userName,
	password
};

Installation

npm install

Run

node app.js