- Categories - with fields name and description - and constraint unique on name
- Author - with field name, email, title, bio and image
- Post - with fields title, teaser, image, content and "lookup" relations to Author and Categories
Then we wrote some Javascript/Backbone/HTML code that fetches and displays the blog posts on this page. It's 100% client side and uses the auto-generated REST-API and special readonly API-keys (Cross-Origin enabled - CORS).
That's all!
On this blog you'll later find customer stories, documentation and other articles to keep you up to date with the latest and greatest news about restdb.io.