Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 339 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 339 Bytes

OpenID Mongo Example

Example TypeScript setup for Software Engineering projects using OpenID Connect and MongoDB

Development

  • Install npm, docker and docker compose
  • Clone the repository
  • Copy .env-template as .env and fill in the required values
  • Run npm i and npm start to setup and start the development environment