We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b23824 + e3f0119 commit c2e1391Copy full SHA for c2e1391
1 file changed
README.md
@@ -12,10 +12,10 @@ A REST-ful API designed to manage personal financial expenses and categories. Th
12
## Tech Stack
13
14
- Language: Java 17
15
-- Framework: Spring Boot 3.5.6
+- Framework: Spring Boot 3.2.0
16
- Data Access: Spring Data JPA
17
- Database: PostgresSQL
18
-- Testing: JUnit 5
+- Testing: JUnit 5, Mockito
19
- API Documentation: Springdoc OpenAPI (Swagger UI)
20
21
## Database Schema
@@ -55,4 +55,8 @@ Run the application using the Spring Boot Maven plugin:
55
```bash
56
./mvnw clean install
57
./mvnw spring-boot:run
58
-```
+```
59
+
60
+### Swagger Documentation:
61
62
+[http://localhost:8080/swagger-ui/index.html#](http://localhost:8080/swagger-ui/index.html#)
0 commit comments