Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.14 KB

File metadata and controls

60 lines (35 loc) · 1.14 KB

Agera

'koenig'

Agera is a bundle of Web APIs, which implemented by Flask and designed to used in conjunction with Koenig;

Agera plays a role of the middleman between the data service and the fore-end display logic.

The whole project will contain 3 parts. Another two parts are:

  • Koenig is a bundle of data service APIs, running as a server in the whole system;

  • Wheels is a fore-end project, mostly implemented by Angular JS;

Quick Start

Requirements

Installation of Agera needs no pre-requisitions, but to run it correctly, Koenig is required.

Installation

Install as developer

$ make develop

Install as package

$ make install

More options

$ make help

Development

Run server, suppose that you put the package to your home directory:

$ cd ~/agera/agera

then simply run:

$ python server

Documentation

Agera API Documentation