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

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 ☸

Awesome Lists containing this project

README

          

# NeoShowcase

[![](https://github.com/traPtitech/NeoShowcase/actions/workflows/ci.yaml/badge.svg)](https://github.com/traPtitech/NeoShowcase/actions/workflows/ci.yaml)
[![](https://github.com/traPtitech/NeoShowcase/actions/workflows/main.yaml/badge.svg)](https://github.com/traPtitech/NeoShowcase/actions/workflows/main.yaml)
[![](https://codecov.io/gh/traPtitech/NeoShowcase/branch/master/graph/badge.svg)](https://codecov.io/gh/traPtitech/NeoShowcase)
[![](https://img.shields.io/badge/license-MIT-blue.svg)](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).