项目作者: fernandomachado90

项目描述 :
API backend for Aura Social written in Go.
高级语言: Go
项目地址: git://github.com/fernandomachado90/aura-social-api.git
创建时间: 2020-08-10T15:10:55Z
项目社区:https://github.com/fernandomachado90/aura-social-api

开源协议:

下载


aura-social-api

API backend for Aura Social. See also aura-social frontend.

Requisites

Commands

make setup

Installs dependency modules.

make format

Format all files using go fmt.

make build

Build source files into an executable binary.

make test

Runs available tests.

make run

Starts the server application.