This is the web application for the new Participant Web for ISFiT25: Power.
https://www.figma.com/design/TySjVBpPnAduk2m4MNuLqW/Participant-Web
- Node.js
- Docker Desktop
- Run npm install in root
- cd frontend && npm install
- cd backend && npm install
- cd backened && docker compose up -d (With Docker Desktop running)
- In backend create a .env file with ACCESS_TOKEN_SECRET and REFRESH_TOKEN_SECRET variables, put them to whatever
- npm run dev from root folder