- Run
make docker-build
ormake podman-build
to build the Dockerfile - Afterwards to start run
make docker-start
ormake podman-start
- Install modules with
make install
- Run dev server with
pnpm run dev
- Alternatively build project with
pnpm run build
and run it withpnpm run start
- API should be available under port
8080
, you can check by going tohttp://localhost:8080/healthz
- To run the audomated tests you must do
Local
setup after which you can start the tests withpnpm run test
- NodeJS - JavaScript runtime for servers
- PNPM - Fast, disk space efficient package manager, used to install required packages
- Fastify - Fast and low overhead web framework for NodeJS
- Docker - Containerized packaging