Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 385 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 385 Bytes

cryptowallet-api

License

GPLv2

Install the dependencies

  npm install

Add .env file

See .env.example

Build the app for production

  npm run build

Start the API

  npm run start

Docker

  docker-compose build

  docker-compose up