Skip to content

dantonyuk/rest-api-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API example

It's a simple vote application providing REST API that manages users, polls and votes.

Run the Application

To run the application please execute

./gradlew bootRun

API

You can follow http://localhost:8080/api to get all the information about API. The application also provides the browser which displays all the required data.

The API is following REST API naming best practices. Collection URIs are:

  • /api/users
  • /api/polls
  • /api/votes
  • /api/votes/:voteId/options

Supported methods are GET/POST for collections and GET/PUT/PATCH/DELETE for entities.

Additional Materials

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages