Skip to content

Commit 5e3701b

Browse files
committed
Created Sirma Assignment crud apis with best practice
1 parent eb7cea7 commit 5e3701b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

SirmaAssignment/readme.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)