https://github.com/knowledgefactory4u/springboot-kotlin-crud
https://github.com/knowledgefactory4u/springboot-kotlin-crud
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/springboot-kotlin-crud
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2021-01-04T13:22:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T12:28:50.000Z (over 2 years ago)
- Last Synced: 2025-03-25T17:23:36.035Z (3 months ago)
- Language: Kotlin
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```