This is a simple CRUD application for products.
To run the application you will need Docker installed on your machine
docker-compose upAnd you should be able to access the application in your browser (http://localhost:3000)
To run the tests you will need to run vitest inside frontend
cd frontend
yarn install
yarn vitest