Code with:
Database :
- Clone or download the source code.
- Create a database using the following code:
create database uploadDownloadFiles;
. - Change "username" and "password" in application.properties with yours.
- Open the project with one of IDEA and run the code.
- Open a browser and go to localhost.
- Upload a file from your computer or from this project which can be found in files
- Go to the
download
section and download the uploaded files. - Check the uploaded file in the database.