https://grubio-dsvendas.netlify.app/
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
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