/up_storage

Fullstack dropzone with multiple file upload - Built with clean architecture & TDD

Primary LanguageJavaScriptMIT LicenseMIT

Upstorage 🗃

Fullstack dropzone with file/upload display, built with clean architecture & TDD

How to install and run (development build) 🛠

Using yarn (server folder):

cp .env.example .env # env vars
docker-compose up -d # init mongodb container
yarn # install deps
yarn dev # run dev server

Using yarn (client folder):

cp .env.example .env # env vars
yarn # install deps
yarn start # run dev server

Released in 2020. This project is under the MIT license.

By Victor B. Fiamoncini 🚀