FoodMood
TypeScript
NestJS
React
Docker
PostgreSQL
CI/CD
Details
Discover your ideal meal when you’re unsure what to eat today with FoodMood.

Description
In my position as a backend developer, I was involved in the development of FoodMood, a mobile web application that helps users decide what to eat on a daily basis. The application presents the user with two randomly selected dishes and allows them to choose between them. The selection process is turn-based until only one dish remains.
Implementation
- Design and implementation of REST API for managing users and meals with full CRUD operations.
- CI/CD pipeline with docker to ensure a smooth automated process from code change to deployment and delivery.
- Implementation of unit and E2E tests to ensure the quality and functionality of the application.