Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gustavohenriqueschmitz/react-charts-tables

Treinando criação de tabelas e gráficos.
https://github.com/gustavohenriqueschmitz/react-charts-tables

charts mysql nodejs react react-charts react-table tables

Last synced: about 2 months ago
JSON representation

Treinando criação de tabelas e gráficos.

Awesome Lists containing this project

README

        

# React-charts-and-tables
Training in creating tables and graphs, in react with node.js.

## Used technology
- Node.js
- Docker
- MySQL
- React

## Installation

### Project clone

```
git clone https://github.com/GustavoHenriqueSchmitz/React-Charts-Tables.git
```

### Install Node.js V19.9.0 and Docker-Compose
Download Link: [Node.js](https://go.dev/dl/)
Donwload Link: [Docker-Compose](https://docs.docker.com/compose/install/)

### Install the dependencies

#### Back-end
Open a terminal and go to the back-end directory and run `npm i`

#### Front-end
Open a terminal and go to the front-end directory and run `npm i`

## Running App

### Back-end
**1 -** Open a terminal, go to the back-end directory and run the command `docker-compose up`
**2 -** Open another terminal, go to the back-end directory and run the command `node main.js`

### Front-end
**1 -** Open a terminal, go to the front-end directory and run `npm start`

## Author
**Gustavo Henrique Schmitz**

**Linkedin:** https://www.linkedin.com/in/gustavo-henrique-schmitz
**Portfolio:** https://gustavohenriqueschmitz.com
**Email:** [email protected]