https://igoohd-dsvendas.netlify.app/
Dashboard de vendas é uma aplicação full stack web e mobile construída durante a 3ª edição da Semana DevSuperior (#sds3), evento organizado pela DevSuperior.
A aplicação consiste em um dashboard de vendas que coleta dados de vendedores em relação ao seu fluxo de trabalho, e depois exibe no app web, que também apresenta gráficos baseados nestes dados.
- Java
- Spring Boot
- Spring Data JPA
- Spring Security
- Maven
- JavaScript
- ReactJS
- TypeScript
- HTML
- CSS
- Bootstrap
- Apex Charts
- Back-end: Heroku
- Front-end web: Netlify
- Banco de dados: Postgresql 12
Pré-requisitos: Java 11
# Clone o repositório
$ git clone https://gitlab.com/Igoohd/projeto-sds3
# Entre na pasta back-end do projeto
$ cd backend
# Inicie o projeto
$ ./mvnw spring-boot:run
Pré-requisitos: npm / yarn
# Clone o repositório
$ git clone https://gitlab.com/Igoohd/projeto-sds3
# Entre na pasta front-end do projeto
$ cd frontend
# Instale as dependências
$ yarn install
# Inicie o projeto
$ yarn start
# Acesse o localhost
http://localhost:3000
Igor Duarte de Matos Madureira
https://www.linkedin.com/in/igorduartematos/
https://igoohd-dsvendas.netlify.app/
Sales Dashboard is a full stack web and mobile application built during the 3rd edition of Semana DevSuperior (#sds3), event organized by DevSuperior.
The application consists of a sales dashboard that collects data from salespeople regarding their workflow, and then displays it in the web app, which also presents graphs based on this data.
- Java
- Spring Boot
- SpringData JPA
- Spring Security
- Maven
- JavaScript
- ReactJS
- TypeScript
- HTML
- CSS
- Bootstrap
- Apex Charts
- Backend: Heroku
- Web frontend: Netlify
- Database: Postgresql 12
Prerequisites: Java 11
# Clone the repository
$ git clone https://gitlab.com/Igoohd/projeto-sds3
# Enter the project's backend folder
$ cd backend
# Start the project
$ ./mvnw spring-boot:run
Prerequisites: npm / yarn
# Clone the repository
$ git clone https://gitlab.com/Igoohd/projeto-sds3
# Enter the project's front-end folder
$ cd frontend
# Install dependencies
$ yarn install
# Start the project
$ yarn start
# Access localhost
http://localhost:3000
Igor Duarte de Matos Madureira