Skip to content

Demo project for Java Spring Boot Restful API with Test Driven Development

License

Notifications You must be signed in to change notification settings

SamiHK/spring-api-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Restful CRUD-API with Unit Tests

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:

  1. clone repository
  2. open project folder and run a terminal inside it
  3. run mvn clean install for building and performing tests
  4. run mvn clean test for executing unit tests
  5. run mvn spring-boot:run for manually testing code using postman/curl etc.

About

Demo project for Java Spring Boot Restful API with Test Driven Development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages