Skip to content

juanhaugaard/rest-file-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Assessment: rest-file-upload

Implement a RESTFul API spring-boot application that provides the following APIs:

  • API to upload a file with a few meta-data fields. Persist meta-data in persistence store (In memory DB or file system and store the content on a file system)
  • API to get file meta-data
  • API to download content stream (Optional)
  • API to search for file IDs with a search criterion (Optional)
  • Write a scheduler in the same app to poll for new items in the last hour and send an email (Optional)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors