Optimizing with sprping and react v6 versions
- Java 11
- Spring Boot
- Spring Data Jpa
- Spring Security
- Consumer Driven Contract Tests
- Javascript
- PostgreSql
- React.js V6
- ReactStrap
For building and running the application you need:
CREATE DATABASE todo_dev;
CREATE DATABASE todo_test;
mvn clean install && mvn --projects backend spring-boot:run
npm install
npm start
Backend : http://localhost:8081
Frontend : http://localhost:3000