# steedos-examples **Repository Path**: shifeipython/steedos-examples ## Basic Information - **Project Name**: steedos-examples - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: HEAD - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-03 - **Last Updated**: 2024-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Steedos Examples Enjoy our selection of Steedos examples to learn from or incorporate into your project. ## Getting Started ### Start mongodb & redis service ```bash cd with-docker-compose docker-compose up ``` ### Start steedos service ```bash cd ${example-name} yarn yarn start ``` ## Use as an app template ```bash npx create-steedos-app -e https://github.com/steedos/steedos-examples/tree/main/${example-name} ```