Demo project for Java Spring Boot Restful API with Test Driven Development
Requirements:
- Java 8
- Maven 3
- Sprint Boot 2.2.1-RELEASE
Working Steps:
- clone repository
- open project folder and run a terminal inside it
- run
mvn clean installfor building and performing tests - run
mvn clean testfor executing unit tests - run
mvn spring-boot:runfor manually testing code using postman/curl etc.