Small Spring Project

Job ID: 35263491

Budget: $10 – $30 USD

Description
In this task, you must build a Spring application.
The application should be as basic as possible.
The application must be able to
used to save files, similar to Google Drive and Dropbox.
You must be able to create a user and
the files must be linked to the users. A user shall not be able to see another user's
files.

Requirement:

• You must be able to register users and there must be some form of authentication

• Users must be able to upload, download and delete files

• A user must not be able to manage another user's files

• All users must be saved to a database

• All files must be saved to a database

• The application must be stateless