CREATE DATABASE natjecanje;
3. set env variable for postgresql password inside intellij terminal (or set in windows env variables):
$env:POSTGRESQL_PASS="password"
./mvnw install
npm run build
./mvnw springboot:run
npm run watch
This will automatically update resources/static bundle.js (built react file) and target folder bundle.js file So you don't have to run npm run build everytime you make changes to react files