Skip to content

nmj18txstate/SpringBoot-FileStorageSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot File Storage System

1.Import Project on the IDE.

2.Execute from MySQL command line -> create database TestDB; use database TestDB;

3.Right click project -> Run as Java Application or Run Spring Boot application mvn spring-boot:run

4.Test CRUD operations on different endpoints like :

1.POST /upload 2.GET /files 3.GET /files/{id} 4.DELETE /file/{id}/delete using Swagger : http://localhost:8080/swagger-ui.html#!/file-controller/getListFilesUsingGET

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages