Website: BPFlow Info.
Application: BPFlowApp (BGU VPN is required).
For running on localhost:
-
Clone the repository to your computer.
-
From
/clientfolder, run the commandnpm install. -
For running the client: From
/clientfolder, run the command:npm run dev(development) /npm run prod(production) . -
For running the server: From
/backendfolder, run the commandmvn spring-boot:run.