https://github.com/traptitech/neoshowcase
PaaS (Platform as a Service) on Docker 🐳 or k8s ☸
https://github.com/traptitech/neoshowcase
docker hacktoberfest k8s kubernetes paas traefik
Last synced: 30 days ago
JSON representation
PaaS (Platform as a Service) on Docker 🐳 or k8s ☸
- Host: GitHub
- URL: https://github.com/traptitech/neoshowcase
- Owner: traPtitech
- License: mit
- Created: 2020-09-30T03:31:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T02:29:02.000Z (6 months ago)
- Last Synced: 2025-04-09T21:51:12.085Z (6 months ago)
- Topics: docker, hacktoberfest, k8s, kubernetes, paas, traefik
- Language: Go
- Homepage:
- Size: 7.81 MB
- Stars: 56
- Watchers: 14
- Forks: 3
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeoShowcase
[](https://github.com/traPtitech/NeoShowcase/actions/workflows/ci.yaml)
[](https://github.com/traPtitech/NeoShowcase/actions/workflows/main.yaml)
[](https://codecov.io/gh/traPtitech/NeoShowcase)
[](https://github.com/traPtitech/NeoShowcase/blob/main/LICENSE)NeoShowcase is a PaaS (Platform as a Service) application for [Digital Creators Club traP](https://github.com/traPtitech).
This application is a successor to [kaz/showcase](https://github.com/kaz/showcase).## Development
Quick start: run `make init && make up`.
See [development.md](./docs/development.md) for more.
## Architecture
See:
- [architecture.md](./docs/architecture.md) for big picture of the architecture
- [components.md](./docs/components.md) for detailed explanation of components and libraries## Production Deployment
See [deployment.md](./docs/deployment.md).