FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
hb-coding/BowlingService: RESTful api to store and calculate bowling scores using Spring and Hibernate · GitHub
hb-coding
/
BowlingService
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Branches
Tags
Open more actions menu
Latest commit
History
10 Commits
10 Commits
Folders and files
Name
Name
Last commit message
Last commit date
src/
main/
java/
com/
bowling
src/
main/
java/
com/
bowling
.gitignore
.gitignore
BowlingService.iml
BowlingService.iml
Readme.md
Readme.md
application.sample-properties
application.sample-properties
pom.xml
pom.xml
Repository files navigation
README
Bowling Service
Api Spec
GET
/bowler/:id
Return bowler's info with specified ID
/bowlers
Return list of bowlers
/bowler/:id/games
Return list of games for specified bowler
/bowler/:id/game/:gameId
Return game info with specified ID
/bowler/:id/avg
Return specified bowlers average
/bowler/:id/max
Return bowlers highest score
/bowler/:id/min
Return bowlers lowest score
About
RESTful api to store and calculate bowling scores using Spring and Hibernate
Resources
Readme
Activity
Stars
0
stars
Watchers
0
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
Back
|
FazBrowse Home
|
New Git URL