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