Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/victor-fiamoncini/up_storage

Fullstack dropzone with multiple file upload - Built with clean architecture & TDD
https://github.com/victor-fiamoncini/up_storage

clean-architecture cleancode docker-compose express jest mongodb node react redux tdd

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Upstorage 🗃

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

## How to install and run (development build) 🛠

Using yarn (server folder):

```bash
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):

```bash
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](https://github.com/Victor-Fiamoncini) 🚀