This respository contains the backend and frontend of a full stack application developed during DevSuperior Week 3, wich consists in a dashboard developed in React that shows data from a backend developed with Spring.
The charts were made using ApexCharts : https://apexcharts.com/
Frontend deployed at Netlify : https://jorge-sds3-vendas.netlify.app/
Backend is also working on Heroku : https://sds3-jorge.herokuapp.com/
As a Spring backend project, there are no pages and you will see a fallback page.
You can make some API calls on these routes :
- /sellers
- /sales?page=0&size=10&sort=date,desc
- /sales/amount-by-seller
- /sales/success-by-seller
-
cd into backend folder
-
mvn install
-
mvn spring-boot:run
-
cd into frontend folder
-
yarn install
-
yarn start