Skip to content

ertugdlk/WalletAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published