Backend to excercise app using express.
lauch server using nodemon src/server/server.js
Reqirements: MongoDb collection, which you can create a free tier account.
.env file to store connect string.
jsonfig requires VSC editors. Linting requires eslint extention
to use rest
//To do ideas //add validation to endpoints using zod or express validation //add authorization, where token is genrated on FE login page. // Is this a hateoas application?