ps. you need docker installed
# Start up the project, both backend and frontend
npm run dev
# migration commands - inside the backend container
npx typeorm migration:create src/migrations/CarTable
npx typeorm migration:run -d src/components/data.source
# tests
npm run test:frontend
- NX
- nestjs
- typeorm
- vitejs
- mui/material
- formik
- yup
- react-query
- axios
- vitest