The MEANrecipebook
As a required hand-in for our software-enigneering lesson, I developed an example MEAN-App and wrote a technical article about it.
The app is a really simple crud app, where you can view, store, edit and delete recipes. What made the project special to me was the really strict typing of Angular and Typescript in general (when building the api) - which caused some headaches, but I managed to complete it! Moreover, it was heavily encouraged by our teacher to use coding patterns, which was a big learning experience too!
If you want to read the entire paper, you can do so here.
Technologies used
- MongoDB
- express
- Angular
- especially: forms and validations
- Node.js
- Docker