Skip to content

mkalus/self-cleaning-blob-storage-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 &