PostgREST-writeAPI
PostgREST-writeAPI copied to clipboard
Translate your OpenAPI specification into a NGinx config-file to implement your PostgREST system
When PostgREST works with Apache, or PostgREST-writeAPI is generalized to "any env"... See Apache's v2.4+ [proxy](https://httpd.apache.org/docs/2.4/rewrite/proxy.html) and [mod_rewrite](http://httpd.apache.org/docs/current/mod/mod_rewrite.html).
Add HTML exported from [editor.swagger.io](http://editor.swagger.io) or similar, for each example at [api-spec folder](https://github.com/ppKrauss/PostgREST-writeAPI/tree/master/api-spec), to display the API... But need to add `x-` properties in the description: see also [swagger-api/swagger-codegen](https://github.com/swagger-api/swagger-codegen), etc.
Check the standard behaviour of the NodeJS community and its public projects. If remove (and maintain with `.gitignore`), add instructions about packages.