/React-Node-restAPI

A simple project that is consuming data from an API in the Node backend and send the data to be rendered in a React frontend application

Primary LanguageJavaScript

growth-tech-desafio

A project that consumes data from an API and sends this data to the frontend to be rendered

There are filter by searchbox and a detailed page for each data

Quick Start

Acess both directories and run:

npm install

to install the dependencies

In the backend directory, initialize the server:

node index

In the frontend directory, initialize the app:

npm start

The app will be running on http://localhost:3000