events-manager Prerequisites: Docker Compose Yarn v4 Install dependencies In the root directory run: yarn To run the app (containerised via docker compose) In the root directory run: yarn start For development Run the api locally from the root directory: yarn dev:api Run the web app locally from the root directory: yarn dev:events Run tests: yarn test