- Adding New Users.
- Making sure authorized users only have access to certain pages.
- CRUD Operations.
I used Node.js with MongoDB on WSL and Docker.
After getting the code on your machine you can use the docker Mongo related images or you can use your own database setup.
npm install
- You have to have a working docker application installed on your machine.
- Go to the compose directory.
- Run the docker compose up command.
cd compose
docker compose up