Skip to content

Crypto-Help-Team/cryptobooking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto booking app

[WIP]

App configuration

Create a new .env file with the following fields.

WHITELIST=11.22.33.44,55.66.77.88
SERVER_PORT=3001

Install

$ npm i

Test

Start the server

$ npm test

Run

Start the server

$ npm start