The backend of a URL Shortener made in Java with Spring Boot and MongoDB as database
- Java >= 25.0.0
- Gradle
- MongoDB
- Your favorite IDE or text editor
On Unix-like Systems use:
./gradlew bootRunOn Windows use:
gradlew.bat runThe documentation about endpoints, errors, and possibles responses can be found at: http://localhost:8080/swagger-ui/index.html
This project is made with the MIT License, see LICENSE