https://github.com/lequanphat/borrow-equipment-service
Borrow Equipment Service is built on Spring Boot + Thymeleaf + Tabler
https://github.com/lequanphat/borrow-equipment-service
mysql spring-boot spring-security tabler thymeleaf
Last synced: about 1 year ago
JSON representation
Borrow Equipment Service is built on Spring Boot + Thymeleaf + Tabler
- Host: GitHub
- URL: https://github.com/lequanphat/borrow-equipment-service
- Owner: lequanphat
- Created: 2024-04-20T14:44:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T18:29:24.000Z (about 2 years ago)
- Last Synced: 2025-03-29T06:33:30.020Z (about 1 year ago)
- Topics: mysql, spring-boot, spring-security, tabler, thymeleaf
- Language: HTML
- Homepage:
- Size: 566 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
## Step 1
1. Download JDK 22
2. Download IntelliJ
## Step 2
1. **Clone the repository:**
```bash
git clone https://github.com/lequanphat/borrow-equipment-service.git
```
2. **Change to the project directory:**
```bash
cd borrow-equipment-service
```
## Step 3
1. **Open project:**
Open Intellij IDEA -> Open project
2. **Download source Maven:**
Right click on the project folder -> Maven-> Download Source
Right click on the project folder -> Maven-> Reload Project
## Step 4
1. **Build project:**
Select Build on the toolbar -> Build project
2. **Run Configurations:**
Select Run on the toolbar -> Edit Configurations -> Add New Configuration -> Spring Boot -> Select Main class
3. **Run project:**
Select Run on the toolbar -> Run
## Step 5
Navigate to http://localhost:9999 in your browser to access the application.