349 B
349 B
A simple file sharing service
Upload a file. Share the URL/link. Download the file.
Simple as that.
Setup development environment
Requirements:
- Java JDK 21
- Gradle 8.5
- Update
spring.profiles.active
inapplication.properties
todevelopment
- Start external Backend and Database
- Run
./gradlew bootRun
in the root directory