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

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.

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