- Ensure you have maven and java installed
- run
cd backend - run
docker-composeup to spin up a postgre Docker container - run
mvn spring-boot:runto start the backend dev server
- Ensure you have node and npm installed
- run
cd frontend - run
npm installto install dependencies - run
npm run devto spin up the vite dev server
- VITE_API_URL: must contain the URL of the backend development server