This project showcases building and testing a modern web application.
Repo specifically created for StackBlitz Playground showcase
- Frontend: React, TypeScript, Vite, Axios
- Backend: Node.js, Express
- Testing: Jest, Vitest
- Other: Concurrently, Custom scripts to start services
Clone the repository:
git clone https://github.com/zenWai/Mooc.fi-part9-FlightDiary.git
npm run start:services
in the root directory
It will install dependencies, start all services and run with tests using customScriptNodeStartServices.js
Frontend:
npm install && npm run dev
in the root directory
Backend:
npm install && npm run dev
in flightdiary-backend directory
Tests:
npm run test
in the root directory