- Download JDK 22
- Download IntelliJ
-
Clone the repository:
git clone https://github.com/lequanphat/borrow-equipment-service.git
-
Change to the project directory:
cd borrow-equipment-service
-
Open project:
Open Intellij IDEA -> Open project
-
Download source Maven:
Right click on the project folder -> Maven-> Download Source
Right click on the project folder -> Maven-> Reload Project
-
Build project:
Select Build on the toolbar -> Build project
-
Run Configurations:
Select Run on the toolbar -> Edit Configurations -> Add New Configuration -> Spring Boot -> Select Main class
-
Run project:
Select Run on the toolbar -> Run
Navigate to http://localhost:9999 in your browser to access the application.