https://github.com/rodrigorvsn/dashboard-full
📈 Full stack web app with React + Springboot to implement dashboards.
https://github.com/rodrigorvsn/dashboard-full
dashboard java postgresql reactjs spring-boot typescript
Last synced: 2 months ago
JSON representation
📈 Full stack web app with React + Springboot to implement dashboards.
- Host: GitHub
- URL: https://github.com/rodrigorvsn/dashboard-full
- Owner: RodrigoRVSN
- Created: 2021-09-08T19:55:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T17:07:07.000Z (almost 5 years ago)
- Last Synced: 2025-09-20T13:49:49.304Z (9 months ago)
- Topics: dashboard, java, postgresql, reactjs, spring-boot, typescript
- Language: Java
- Homepage: https://rodrigo-dashboard.netlify.app/
- Size: 21.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 💻 Project
### This project is a website with seller data (such as successful sales) persisted in the database.
#### Frontend: https://rodrigo-dashboard.netlify.app/
#### Backend: https://springdashboard.herokuapp.com`{endpoint}`
---
# 🛠Tools used
- React (Typescript) - Frontend
- Springboot (Java) - Backend
- PostgreSQL
- Netlify - deploy Frontend
- Heroku - deploy Backend
- React apexcharts
- Axios
---
# 🚀 How to execute
## - Frontend
- `yarn` or `npm install` to install de package with the dependencies.
- `yarn dev` to run in your https://localhost:3000.
- You can use https://rodrigo-dashboard.netlify.app/ too.
## - Backend
- Open Spring Tool Suite and start server (8080).
- Endpoints GET:
- BaseURL: http://localhost:8080 or https://springdashboard.herokuapp.com (deploy, maybe off)
- `/sales` - list sales data
- `/sellers` - list sellers data
- `/sales/success-by-seller` - list customers visited and success deals
- `/sales/amount-by-seller` - list total sum sales
---
---
Made with 💓 by Rodrigo Victor