Install Docker
Create file /envs/.backend.env according to /envs/.backend.env.example
Run docker-compose up
or npm run init-mongo
Run npm i
Run npm run start
Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
e2e tests will be implemented later