Skip to content

Simple REST API service for mentees to practice API testing

Notifications You must be signed in to change notification settings

kovaku/dummy-rest-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dummy Rest API Example

Simple REST API service for mentees to practice API testing. The project mimics the API of http://dummy.restapiexample.com/ site.

Api documentation

Build and start service using Maven

mvn clean install
mvn spring-boot:run

Build and start service as a daemon using Docker

docker build -t dummyrestapi .
docker run -d -p 80:8080 dummyrestapi

About

Simple REST API service for mentees to practice API testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages