We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7cea7 commit 5e3701bCopy full SHA for 5e3701b
SirmaAssignment/readme.md
@@ -0,0 +1,25 @@
1
+# Sirma Assigment
2
+
3
+## Introduction
4
5
+A Java Spring boot project for basic crud apis with best practice and clean code.
6
7
+## Setup
8
9
+1. Clone the repository:
10
11
+```bash
12
+git clone https://github.com/username/repository.git
13
+```
14
15
+2. Install dependencies and run
16
17
18
+mvn clean install && mvn spring-boot:run
19
20
21
+## documentation for apis
22
23
+## swagger: http://localhost:8080/swagger-ui/index.html
24
25
0 commit comments