Skip to content

The goal of this project is to implement a simplified Dropbox-like service where users can upload, retrieve, and manage their files through a set of RESTful APIs. The service should also support the storage of metadata for each uploaded file, such as the file name, creation timestamp, and more.

Notifications You must be signed in to change notification settings

vineeth357/dropbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Technologies & Architecture

  • Backend: Responsible for handling API requests. Used SpringBoot.
  • Database: MySQL for storing file metadata.
  • Storage: Local storage for stroing actual file content.

Implemented 5 APIs -> upload, read, update, delete and list files.

Ignored USER Layer.

About

The goal of this project is to implement a simplified Dropbox-like service where users can upload, retrieve, and manage their files through a set of RESTful APIs. The service should also support the storage of metadata for each uploaded file, such as the file name, creation timestamp, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages