Use either npm or yarn:
npm install
npm run generate
npm run start
Using Visual Studio Code + REST Client plugin (humao.rest-client):
- Open test.http
- Run requests by pressing Ctrl + Alt + R
They are in index.ts
docker build -t hackatchlon-data .
docker run --name hackathlon-data -p 3000:3000 --rm hackathlon-data:latest
docker stop hackathlon-data