Skip to content

Commit abf03b4

Browse files
Update readme to reflect project template
1 parent ed3bdb4 commit abf03b4

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

readme.md

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,3 @@
1-
# 📌 Backend – Spring Boot 3.4 / Java 21
2-
3-
This repository contains the Spring Boot backend of the **À l’Asso !** platform.
4-
It exposes a REST API for user management (volunteers, associations, administrators), activities, registrations, messaging, and reporting.
5-
6-
## Installation
7-
```bash
8-
./mvnw install
9-
```
10-
11-
## Start
12-
### Development profile
13-
```bash
14-
./mvnw spring-boot:run -Pdevelopment
15-
```
16-
17-
## Tests
18-
### Unit tests
19-
```bash
20-
mvn test -Punit-tests
21-
```
22-
### Integration tests
23-
```bash
24-
mvn test -Pintegration-tests
25-
```
26-
### End-to-end tests
27-
```bash
28-
mvn test -Pe2e-tests
29-
```
30-
31-
## API Documentation
32-
Swagger is available locally at: http://localhost:8080/swagger-ui/index.html#/
33-
34-
## Docker
35-
### Development
36-
```bash
37-
docker build -t alasso-backend .
38-
docker run -p 8080:8080 alasso-backend
39-
```
40-
411
# Backend project template
422

433
This repository is a SpringBoot project template shipped with a base configuration in order to have a clean base to work with, for you and your teammates.

0 commit comments

Comments
 (0)