Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 1.01 KB

README.md

File metadata and controls

66 lines (48 loc) · 1.01 KB

Semana Spring React - SDS 3.0

Event on May 3 to 9, 2021 to create a sales dashboard.

Deploy:

https://grubio-dsvendas.netlify.app/

Technologies

Back-end

- Java

- Spring Boot

- Spring Data JPA

- Spring Security

- Maven

Front-end

- JavaScript

- ReactJS

- TypeScript

- HTML

- CSS

- Bootstrap

- Apex Charts

- Visual Studio Code

Deployment in production

- Back-end: Heroku

- Front-end: Netlify

- Database: Postgresql 12

How To Run The Project

Back-End

Prerequisites: Java 11

# Clone repository
$ git clone https://github.com/grubio1995/projeto-sds3.git

# Enter the project back-end folder
$ cd backend

# Run project
$ ./mvnw spring-boot:run

Front-End

Prerequisites: npm or yarn

# Clone repository
$ git clone https://github.com/grubio1995/projeto-sds3.git

# Enter the project front-end folder
$ cd frontend

# Install dependencies
$ yarn install

# Run project
$ yarn start

# Access localhost
http://localhost:3000