This API says hello.
yarn
- to install dependenciesyarn start
- will run the serveryarn start:dev
- will run the server and restart on file changesyarn test
- will run the tests
Or use docker-compose:
docker-compose up
- will run the server in docker and restart on file changes in the foregrounddocker-compose run tests
- will run the tests in docker
visit http://localhost:3000/hello
to see the output