This app is an example for the blog post about Authentication and Security.
$ docker compose up -d
$ npm install && npm run dev
Docker is used to easily create a MongoDB instance
to play with. You can also use Mongo
Express to browse the local
mongo at http://localhost:8081
after running docker compose up
.
The environment variables live in .env.development
.