/upload-files

Project aims to improve my knowledge. In this step we will develop a file upload system

Primary LanguageJavaScript

Imagem

Project aims to improve my knowledge. Developing a file upload system

Installation

Web

$ npm create react-app web 
Installing depencies
$ npm install --save react-dropzone     
npm install --save styled-components 
Utilizei o lodash para manipulação de arrys e outros sfoi utilizado um id unico para que todas as imagem tenham um identificador unico (key) dentro do array
$ npm install lodash
Utilizei extensão para controle e realização de mudança da momenclatura das imagens
$ npm install filesize
Cliente http
$ npm install axios
Run the application
$ npm start

Server

$ cd backend 
$ npm init -y
$ npm init -y
$ npm install express morgan multer

Installing depencies
$ npm install knex
$ npm install sqlite3
Run the application
$ npm start 

Imagem

Project developed by: Joselaine Romão Soares