Skip to content

This demo shows a working example of a storage service implemented with SpringBoot technologies.

Notifications You must be signed in to change notification settings

Kr0oked/spring-storage-service

Repository files navigation

Spring Storage Service

This demo shows a working example of a storage service implemented with SpringBoot technologies.

The uploaded files get stored in the file system whereas all metadata get stored in a database.

The code was written with 'Clean Architecture' in mind.

The project includes Unit tests. And there is also an Integration test implemented with REST-assured.

Run App

$ ./gradlew bootRun

Frontend

The Demo Frontend can be accessed at http://localhost:8080. frontend

Users

Username Password
alice secret
bob secret

About

This demo shows a working example of a storage service implemented with SpringBoot technologies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published