https://github.com/caiyunapp/gaia-template-backend
gaia project template
https://github.com/caiyunapp/gaia-template-backend
Last synced: 24 days ago
JSON representation
gaia project template
- Host: GitHub
- URL: https://github.com/caiyunapp/gaia-template-backend
- Owner: caiyunapp
- License: mit
- Archived: true
- Created: 2015-08-15T17:20:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-31T04:00:29.000Z (about 9 years ago)
- Last Synced: 2025-03-09T14:35:16.804Z (3 months ago)
- Language: Python
- Size: 451 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gaia backend project template
=============================Gaia is a Python-based backend infrastructure and this repo is the backend project template.
How to create
-------------Install gaia-toolkit first, and then:
```bash
g create backend YOUR_PROJ_NAME
```How to start service
--------------------```bash
cd YOUR_PROJ_NAME
. develop
bin/start
```