balena-io / pinejs

Generate rest APIs from natural language models
Apache License 2.0
63 stars 11 forks source link

Add example project #369

Open LucianBuzzo opened 4 years ago

LucianBuzzo commented 4 years ago

Many frameworks provide an example site, showing simple use cases for running it. We should take inspiration from express-graphql ( https://github.com/graphql/express-graphql/tree/master/examples ) and add a examples folder in this project.

zwhitchcox commented 3 years ago

I created an example project on my personal github (https://github.com/zwhitchcox/ref-pinejs) just following the getting started, which I also updated in #447.