Skip to content

Commit e52c2a8

Browse files
authored
add link to demo video
1 parent 932c106 commit e52c2a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
JsonApiDotnetCore provides a framework for building [json:api](http://jsonapi.org/) compliant web servers. Unlike other .Net implementations, this library provides all the required middleware to build a complete server. All you need to focus on is defining the resources. However, the library is also fully extensible so you can customize the implementation to meet your specific needs.
1010

1111
# Table Of Contents
12+
- [Comprehensive Demo](#comprehensive-demo)
1213
- [Installation](#installation)
1314
- [Generators](#generators)
1415
- [Usage](#usage)
@@ -27,6 +28,12 @@ JsonApiDotnetCore provides a framework for building [json:api](http://jsonapi.or
2728
- [Meta](#meta)
2829
- [Tests](#tests)
2930

31+
## Comprehensive Demo
32+
33+
The following is a WIP demo showing how to create a web application using this library, EmberJS and PostgreSQL. If there are specific topics you'd like to see in future videos, comment on the playlist.
34+
35+
[![Goto Playlist](https://img.youtube.com/vi/KAMuo6K7VcE/0.jpg)](https://www.youtube.com/watch?v=KAMuo6K7VcE&list=PLu4Bq53iqJJAo1RF0TY4Q5qCG7n9AqSZf)
36+
3037
## Installation
3138

3239
- Visual Studio

0 commit comments

Comments
 (0)