Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 318 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 318 Bytes

Test project

API based on https://currencyfreaks.com

Running the API

To start the application in development mode, run:

npm run develop

Start the application in production mode:

npm run distribute

Start docker:

docker compose up

Local mode uses .env
Docker uses .env.production