An open API service indexing awesome lists of open source software.

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

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.