Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/politician/saas-api
https://github.com/politician/saas-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/politician/saas-api
- Owner: politician
- Created: 2020-09-01T12:24:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:33:07.000Z (about 1 year ago)
- Last Synced: 2024-10-18T22:48:17.113Z (3 months ago)
- Language: JavaScript
- Size: 2.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polystartup monorepo
## Environments
All apps are deployed on Kubernetes (k8s).
With Kubernetes you define how to deploy and **roll updates** for each app.
This means you have a little more work as a developer but it's totally worth it, since you can use this for all environments from your local machine to production.- [Local Development](docs/environments/local.md)
- [Testing (Continuously Integrated)](docs/environments/testing.md)
- [Staging (Continuously Deployed)](docs/environments/staging.md)
- [Production (Continuously Deployed)](docs/environments/production.md)