A straightforward marketplace to buy, sell, trade, and compare used and new automobiles.
Developed by a 7 Industrial Engineering majors from the University of Toronto.
FrontEnd Stack:
- Vue3 (composition API)
- Vite
- Bootstrap5
- Axios
To view the backend please visit: backend
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
frontend will only be functional if you run the backend simultaneously!!
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint