Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 214 Bytes

File metadata and controls

13 lines (11 loc) · 214 Bytes

Self-Cleaning Blob Storage using Express, FeathersJS, MongoDB, and Abstract Blob Storage

Running the example

docker-compose up &
cd be
npm i
npm run dev &
cd ../fe
npm i
npm run serve &