Example TypeScript setup for Software Engineering projects using OpenID Connect and MongoDB
- Install npm, docker and docker compose
- Clone the repository
- Copy
.env-template
as.env
and fill in the required values - Run
npm i
andnpm start
to setup and start the development environment