starter
starter copied to clipboard
Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript,...
https://www.npmjs.com/org/localrepo / https://www.npmjs.com/package/@localrepo/pledge
## Description This is refactors environment variables so that all validation of them is done in one location (`@app/config/src/index.ts`). This is only used by the server package in this PR,...
## Description Warn user that sessions are not being used due to requests not originating from same origin. Suggestions to make this more actionable and self-explanatory is appreciated. I think...
Like requested in #205 ## Description This PR only uses the `createJsonSchema` part of `postgraphile-tag-json-tools`, as `extractSmartTags` and `loadSmartTags` functionalities do not seem necessary here. Changes in the database will...
### Feature description @phryneas has written https://github.com/mayflower/postgraphile-tag-json-tools which enables more accurate JSON schema for the postgraphile.tags.jsonc file, leading to better auto-complete (and hopefully detection of misconfiguration, e.g. typos in references,...
This is just a simple script to facilitate toggling the is_admin field on any user based on his/her username.
This adds CORS to the app. It allows you to specify, via environmental variables, which allowed origins you can use. This is useful for a variety of scenarios and is...