https://github.com/jreijn/devcon-rest-tdd-demo
Repository for Spring REST Docs demo
https://github.com/jreijn/devcon-rest-tdd-demo
rest-api spring-boot spring-rest-docs
Last synced: 3 months ago
JSON representation
Repository for Spring REST Docs demo
- Host: GitHub
- URL: https://github.com/jreijn/devcon-rest-tdd-demo
- Owner: jreijn
- Created: 2018-04-29T22:25:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T06:41:26.000Z (almost 8 years ago)
- Last Synced: 2025-03-11T04:28:02.614Z (over 1 year ago)
- Topics: rest-api, spring-boot, spring-rest-docs
- Language: Java
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# DevCon REST TDD Demo
This repository contains the code I wrote for my Luminis DevCon 2018 presentation on [Test-Driven Documentation for your REST(ful) service](https://www.youtube.com/watch?v=3NT_Wql8wMg).
The project contains a Spring Boot based Hypermedia API for Starwars resources, which gets documented by using [Spring REST Docs](https://projects.spring.io/spring-restdocs/).
There are 2 branches worth looking at:
- master (contains a fully documented version of the API)
- auto-restdocs (leverages [Spring Auto REST Docs](https://github.com/ScaCap/spring-auto-restdocs) for generating API docs)
[Slides](https://www.slideshare.net/jreijn/testdriven-development-for-your-restful-service)