A Sales Dashboard built from the Spring React Week event from DevSuperior.
The App consume data from a back-end API of a separate server.
- Java
- Spring Boot
- JPA / Hibernate
- Maven
- H2
- HTML
- CSS
- Typescript
- ReactJS
- Apex Charts
- Bootstrap
- Axios
- Database: PostgreSQL
- Back-end: Heroku
- Front-end: Netlify
Required:
- Java 11
- Maven
- Yarn
git clone htts:https://github.com/twsm000/projeto-sds3
# enter the java project folder backend and start the server
./mvnw spring-boot:run
# enter the react project folder frontend
# install the dependencies
yarn install
# start the project
yarn start