Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 785 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 785 Bytes

File-Management-System

A robust file management system to organize, store, and retrieve files efficiently.

Backend - Node js

When a user uploads a picture, it is stored in an S3 bucket, and the object URL is then stored in the database. The list of files is loaded from the S3 bucket. Users can download and delete files from the list, and all these processes are facilitated through the S3 bucket and the database.

Backend Repository

Backend Deployement

Frontend - React

Deployed here! Screenshot (218)