A sample SpringBoot to do a large file uploading and searching
Set up requires Docker to be installed
Run the following commands:
docker-compose up -d
The project is set up with swagger.
To open the swagger: http://localhost:8080/swagger
The project implemented OpenApi 3.0 Specifications
Download at http://localhost:8080/v3/api-docs
Postman supports importing of OpenApi 3.0 Specifications
The documentations can be found at docs/api-docs.json
To support fast development, import using link http://localhost:8080/v3/api-docs in postman
The application uses JUnit and mockit framework for testing
The sample data for files uploading are found at sample-data