pandoratoolbox / api-generator

Generates a REST API from a Postgresql database as Golang source code along with a TypeScript client
9 stars 1 forks source link

example #1

Open gedw99 opened 1 year ago

gedw99 commented 1 year ago

this looks very cleve.

would you be open to adding a example folder with an example to help me see how i can contribute ?

pandoratoolbox commented 1 year ago

Thanks. I've added an example folder with an example of a generated API and have added instructions on how to use the API generator in the README.md. I'll do a write up on my plans to improve the API generator soon, I need to finish the TypeScript client generation, possibly add some new store/graphql methods for other use cases and maybe add configurable options/flags. Open to suggestions and appreciate any contributions