marcelorl / wwt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wwt

Commands

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

Technologies used

  • NX

Backend

  • nestjs
  • typeorm

Frontend

  • vitejs
  • mui/material
  • formik
  • yup
  • react-query
  • axios
  • vitest

About


Languages

Language:TypeScript 86.3%Language:JavaScript 10.2%Language:HTML 2.1%Language:Dockerfile 1.4%