This app was built as an exercise for a course @ Rocketseat
This project consumes a local api, which depends on Bun, Docker and Docker Compose After installing those dependencies, run:
npm run api:setupAfterwards, you can run the server using
npm i
npm run dev & npm run dev:apiThis app uses Vitest and Playwright to run tests. To run tests, first you need to run
npm run test:setupThis will install the binaries for Playwright.
Finally, use the following commands to run the tests:
npm test # runs Vitest
npm test:e2e # runs Playwright