This application creates a RESTful API that allows for file uploads and downloads with the help of spring boot.
Here are some of the project's best features:
- File Upload
- File Download
1. Run application
mvn spring-boot:run
2. Build
mvn clean install -Dmaven.test.skip=true
Technologies used in the project:
- Spring boot
- Restful API
- Lombok
-
Use Postman Tool
-
Upload files: POST http://localhost:8080/upload
-
Download files: GET http://localhost:8080/files
-
List of all the uploaded files: GET http://localhost:8080/files/Ganesha.jpg