/3EQ4MRKk

Clone from falcon-example

Primary LanguagePythonMIT LicenseMIT

Example Falcon App

Build

Make it with Travis-CI

https://travis-ci.org/altereg0/3EQ4MRKk.svg?branch=master

Codecov

Installation

From the cloned source, execute:

pip setup.py develop

Running

Once installed you can run the service using the aness command.

Note

The service connects to a SQLite database. You'll need to edit the service config in etc/config.yml to match your configuration.

Running Tests

Install test requirements

pip install -r dev-requirements.txt

Execute the tests by running the tox command:

Alter