MoreiraJorge / projeto-sds3

DevSuperior week 3 React and Spring project

Home Page:https://jorge-sds3-vendas.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

DevSuperior week 3 React and Spring project

https://jorge-sds3-vendas.netlify.app/


Languages

Language:Java 54.2%Language:TypeScript 42.0%Language:HTML 1.9%Language:CSS 1.9%