Simple REST API service for mentees to practice API testing. The project mimics the API of http://dummy.restapiexample.com/ site.
mvn clean install
mvn spring-boot:run
docker build -t dummyrestapi .
docker run -d -p 80:8080 dummyrestapi
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple REST API service for mentees to practice API testing. The project mimics the API of http://dummy.restapiexample.com/ site.
mvn clean install
mvn spring-boot:run
docker build -t dummyrestapi .
docker run -d -p 80:8080 dummyrestapi