Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gustavohenriqueschmitz/react-charts-tables
- Owner: GustavoHenriqueSchmitz
- Created: 2022-11-29T17:35:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T23:43:08.000Z (3 months ago)
- Last Synced: 2024-10-27T00:41:51.432Z (3 months ago)
- Topics: charts, mysql, nodejs, react, react-charts, react-table, tables
- Language: JavaScript
- Homepage:
- Size: 4.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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]