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

https://github.com/knowledgefactory4u/springboot-kotlin-crud


https://github.com/knowledgefactory4u/springboot-kotlin-crud

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# spring boot - backend
## Backend Local Setup:
**Step 1: Download or clone the source code to a local machine.**

**Step 2:**
```
mvn clean install
```
**Step 3: Run the Backend application**

```
mvn spring-boot:run
```