@ztimson/momentum (0.14.1)
Published 2024-04-28 12:07:06 -04:00 by ztimson
Installation
@ztimson:registry=
npm install @ztimson/momentum@0.14.1
"@ztimson/momentum": "0.14.1"
About this package
Table of Contents
About
Momentum is a self-hosted server development platform. What does that mean? Think something similar to Firebase but you are in full control of your data & services.
It was developed as a generic server backend for single page applications such as angular, react, svelte or vue. This enables rapid development of the client front-end application or website.
Features include:
- WIP: Admin Panel
- Use the web UI to manage server features while you build your front end
- White labeled so it can use it as a content management system
- View the source code for real examples of how to use the server API
- Client Library
- TypeScript, ESM & UMD compatible client library for native JavaScript environments
- Authentication
- Manage users & save user data
- Custom password strength rules
- Account validation & reset emails
- User groups
- Permissions for all modules
- Custom permissions
- Optionally allow public registration
- Data
- Generic collection/do`cument database accessible via REST
- Granular collection & document level permissions
- Metadata such as created & modified by is tracked
- Uses MongoDB
- Email
- Supports SMTP
- HTML email templates
- Send emails using post requests
- WIP: Handle newsletter subscriptions
- WIP: Send newsletters via post request
- File Storage
- Upload files using file input field
- Navigate storage via API
- Automatically track metadata
- Granular, file level, permissions
- Static File Server
- Host your single page application using Momentum for easy hosting
- Volumize or extend the momentum docker image to include your static website in
/app/public
- Enable the single page application redirects with the environment variable:
NOT_FOUND_REDIRECT=TRUE
- Variables
- Manage the server through variables which can be changed at runtime
- Create & use custom variables for your application
- Granular, variable level, permissions
Built With
Setup
Production
Prerequisites
Instructions
- Optional: Use momentum to host your static site
- Download the docker-compose file:
curl -o momentum.yaml https://git.zakscode.com/ztimson/momentum/raw/branch/develop/docker-compose.yml
- Configure the Environment Variables inside the docker-compose
- Start the server with:
docker-compose up -f momentum.yaml
- Open http://localhost:80
- Default login:
admin/admin
- Configure System Variables
- Default login:
Development
Prerequisites
Instructions
- Install the dependencies:
npm install
- Start MongoDB:
docker-compose up db
- Start the dev server:
npm run start
- Open http://localhost:3000
- Default login:
admin/admin
- Configure System Variables
- Default login:
License
Copyright © 2023 Zakary Timson | Available under MIT Licensing
See the license for more information.
Dependencies
Dependencies
ID | Version |
---|---|
@ztimson/utils | ^0.9.0 |
rxjs | ^7.8.1 |
Development Dependencies
ID | Version |
---|---|
@types/node | ^18.14.0 |
rxjs | ^7.8.1 |
typescript | ^5.3.3 |
vite | ^5.0.12 |
vite-plugin-dts | ^3.7.2 |
Keywords
Momentum