Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bedrockio/bedrock-core
Bedrock is a battle-tested template of micro services, components and patterns that tie together Kubernetes, Mongo, Node and React
https://github.com/bedrockio/bedrock-core
bedrock deployment koa kubernetes node react semantic-ui template
Last synced: about 1 month ago
JSON representation
Bedrock is a battle-tested template of micro services, components and patterns that tie together Kubernetes, Mongo, Node and React
- Host: GitHub
- URL: https://github.com/bedrockio/bedrock-core
- Owner: bedrockio
- License: mit
- Created: 2019-05-20T19:24:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T17:44:03.000Z (about 2 months ago)
- Last Synced: 2024-10-01T02:05:12.876Z (about 1 month ago)
- Topics: bedrock, deployment, koa, kubernetes, node, react, semantic-ui, template
- Language: JavaScript
- Homepage: https://bedrock.io
- Size: 12.3 MB
- Stars: 204
- Watchers: 10
- Forks: 21
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Bedrock Platform
More documentation about specific services and components can be found in the following sections:
- [deployment/](deployment/) - Provisioning, Deployment automation, how to's, playbooks and procedures
- [services/api](services/api) - Data API and data model layer that powers all applications
- [services/web](services/web) - Web application and administration dashboard## Quick Start
Using Docker Compose you can build and run all services and dependencies as follows:
```bash
docker compose up
```Open the dashboard at http://localhost:2200/ - Admin login credentials can be seen in the API output.
### API Documentation
Full portal with examples:
http://localhost:2200/docs/getting-started
Code documentation:
[services/api](services/api)
### Web Documentation
[services/web](services/web)