Step 0: Install JDK(>= 17.0.0) and Maven
Step 1: Install Dependencies
mvn clean install
Step 2: Run the project
cd petroleum-server
mvn spring-boot:run
Step 0: Install Node.js
Step 1: Install PNPM by NPM
npm i pnpm -g
Step 2: Install dependencies
cd web
pnpm i
Step 3: Run the project
pnpm run dev