Skip to content

michelbernardods/api-up-down-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Storage API

Tecnologias

Como Executar

  • Clonar repositório git:
git clone https://github.com/giuliana-bezerra/file-storage-api.git
  • Construir o projeto:
./mvnw clean package
  • Executar:
java -jar ./target/file-storage-api-0.0.1-SNAPSHOT.jar

Testando Endpoints

  • Upload file:
curl -X POST -F "file=@path/to/your/file.txt" http://localhost:8080/api/files/upload
  • Download file:
curl -OJL http://localhost:8080/api/files/download/your-file-name.txt
  • List uploaded files:
curl http://localhost:8080/api/files/list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages