Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 295 Bytes

File metadata and controls

27 lines (22 loc) · 295 Bytes

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