Skip to content

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

Notifications You must be signed in to change notification settings

DiogenesF/React-Node-restAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published