Project realized during the Semana Spring React 3 (SDS3) from devsuperior channel
Prerequisites: Java 11
## Clone repository
$ git clone https://github.com/enzoggqs/projeto-sds3.git
## Enter the project back-end folder
$ cd backend
## Run project
$ ./mvnw spring-boot:run
Prerequisites: npm or yarn
## Clone repository
$ git clone https://github.com/enzoggqs/projeto-sds3.git
## Enter the project front-end folder
$ cd frontend
## Install dependencies
$ yarn install
## Run project
$ yarn start
## Access localhost
http://localhost:3000