- NodeJS 18
- Yarn
- MongoDB
yarn install
- Create
.env
based on.env.example
yarn dev
(optionally--filter user
,--filter auth
, and/or--filter admin-panel
)- User service and auth service are accessible at port 8001 and 8002 (and Swagger UI at
/docs
endpoint). Admin panel is accessible at port 8000.