Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/victor-fiamoncini/up_storage
- Owner: Victor-Fiamoncini
- License: mit
- Created: 2020-07-07T04:42:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:48:44.000Z (about 2 years ago)
- Last Synced: 2024-12-11T16:12:29.077Z (2 months ago)
- Topics: clean-architecture, cleancode, docker-compose, express, jest, mongodb, node, react, redux, tdd
- Language: JavaScript
- Homepage:
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) 🚀