Bikes Anonymous is a practice project made in Spring Boot which implements solutions for cyclists.
- JDK 17
- Docker
- Clone this project
cd
into the new folder./mvnw clean install
docker run -p 27017:27017 --name ba-mongo -v /home/ba-mongo:/data/db -d mongo
To run the application for development, use ./mvnw spring-boot:run
To access the other endpoints, you must first login in the endpoint localhost:8080/login
or register at localhost:8080/register
, using the following credentials:
- Username: user@ba.com
- Password: pass
- Username: admin@ba.com
- Password: pass
You can see the exposed APIs at localhost:8080/swagger-ui.html