Read more in Emmett getting started guide.
You need to install packages with
npm installSample require PostgreSQL, you can start it by running
docker-compose upThen just run
npm run startTo build application:
docker-compose --profile app buildTo run application:
docker-compose --profile app upYou can either run tests with
npm run test
Or manually with prepared .http file
