Skip to content

MoreiraJorge/projeto-sds3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Sales full stack project - DevSuperior Week 3

NodeJS TypeScript Java React Bootstrap Spring Git GitHub Heroku Postgres Postman Visual Studio Code

🎆 A simple full stack sales application



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/

🌐 Deploy:

Frontend deployed at Netlify : https://jorge-sds3-vendas.netlify.app/

Backend is also working on Heroku : https://sds3-jorge.herokuapp.com/


Note

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

🎮 Run project

Backend

  • cd into backend folder

  • mvn install

  • mvn spring-boot:run

Frontend

  • cd into frontend folder

  • yarn install

  • yarn start


status

https://devsuperior.com.br/