Skip to content

jinvillaz-zz/challenge

Repository files navigation

Tool to process csv files

Build and run app with docker

need install docker and docker-compose

Build the image

docker build -t challenge .

For start the app

docker-compose up -d

open browser in: http://localhost:4000
and test upload file test.csv

For stop the app

docker-compose down

run test

install dependencies

yarn

run unit test

yarn run test

Global Dev dependencies for dev mode

nodejs 12.13.0
npm install -g yarn

Dev mode

install dependencies backend

yarn

run backend

yarn run dev

go to folder react-app

cd react-app

install dependencies frontend

yarn

run backend

yarn start

About

challenge for parse and handle csv files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published