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

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

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
```