glint-js
v0.13.2
Published
Core NPM framework-kinda server library built upon Express, Mongoose, ajv, passport and various other services with integration and easy deployment to Google Cloud App Engine.
Maintainers
Readme
Glint.js
Core server-side library (Express, Mongoose, validation, auth, and related services) with deployment patterns for Google Cloud App Engine.
Documentation
- Design & feature specifications — growing index of specs (e.g. user metadata, merge rules). Start there for integrator-facing detail.
This file is intentionally short: contributor workflow, essentials, and links. Deeper behaviour belongs in /docs.
Repository
Source: github.com/MacHonzee/glint-js
Contributing (local checks)
npm test
npm run analyzeDeployment to Google App Engine
Prerequisites:
- Google Cloud project — App Engine | Google Cloud
- MongoDB (e.g. Atlas) — MongoDB Atlas
- Secrets in Secret Manager — Secret Manager | Google Cloud
Expected secret (among others):
| Secret name | Typical use |
|---------------------------|---------------------|
| permissionGrantSecret | user/secretGrant |
TODO: document the full secret list (Mongo, auth, grant flows) for production.
