pizza-sync
pizza-sync copied to clipboard
Pizza-Sync is a web app built on the frontend with angular, ngrx and on the backend with Nest. It let you and your friends/colleagues choose a pizza before placing a group order. Built using https://g...
We definitely miss some E2E and unit tests. Once they're here, Travis would be a nice fit for CI. Would also be useful to enforce lint + prettier checks!
E2E tests are definitely missing here and I ended up breaking the export as CSV function after a library update which removes an rxjs operator I was using... [Cypress](https://docs.cypress.io/guides/overview/why-cypress.html) seems...