Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 2.07 KB

README.md

File metadata and controls

55 lines (34 loc) · 2.07 KB

wakatime

About this app

This is an SPA and API application in which the user can import a CSV file in the Front-end, and the SPA will render the data parsed.

The CSV should have this format, in which the first line is the header, and the following lines are each row. Some columns can have more than one value inside.

url,spam_score,matchin_target_indexs,matching_soucer_urls,domain_authority
globo1.com,1,"1,2,3","globo.com, 10",1
globo2.com,2,"4,5,6","globo.com, 11",2
globo1.com,3,"7,8,9",,3
globo2.com,4,,"globo.com, 13",4

Project developed with:

Test developed with:

To run the project, you need to install the following:

To start, it is necessary to rotate the Mongo locally:

Before starting the project, you must install the dependencies:

  • yarn

To start the project, you have to run the commands:

yarn start

Say hello 👋

Since I aim to learn more about back-end, any tips or suggestions are welcome. I would love to hear from you. Feel free to open an issue or also a pull request.