Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/politician/saas-api


https://github.com/politician/saas-api

Last synced: about 2 months ago
JSON representation

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)