- Added password generator logic to backend - Added UI for file details
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
Description
Languages
Java
41.3%
HTML
30.9%
TypeScript
26.7%
Shell
0.7%
JavaScript
0.2%
Other
0.1%