https://github.com/heusalagroup/ecb.hg.fi
ECB REST Backend providing exchange rates for euro
https://github.com/heusalagroup/ecb.hg.fi
Last synced: 7 months ago
JSON representation
ECB REST Backend providing exchange rates for euro
- Host: GitHub
- URL: https://github.com/heusalagroup/ecb.hg.fi
- Owner: heusalagroup
- License: mit
- Created: 2022-08-25T19:21:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T14:32:09.000Z (about 3 years ago)
- Last Synced: 2025-02-02T10:16:34.367Z (9 months ago)
- Language: TypeScript
- Size: 257 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @heusalagroup/ecb.hg.fi
## Using with docker-compose
### Build the service
```shell
docker-compose build
```### Start the service
```shell
docker-compose up
```## Local development
*Note!* This is so small service that local development can be done using Docker
much easier. It's also much more secure option.### Start the server in development mode
FIXME: This isn't working right now. Use production mode.
```
npm start
```### Build the server
```
npm run build
```### Start the server in production mode
```
npm run start-prod
```...and open http://0.0.0.0:3000