project-koku / kokudaka

Rating and chargeback service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kokudaka

Build Status codecov

Open Source rating and chargeback service

Contributions are welcome!

Please visit the Wiki for a description of what we want to achieve and the concepts involved

Development Environment

Create virtualenv

Create your virtual environment called environment_name

virtualenv -p python3 <environment_name>

Activate your environment environment_name

source <environment_name>/bin/activate

Install the libraries provided in the Pipfile

pipenv install --dev

Run server

After the setup of the development environment you can run the serve with

make serve

Go to http://127.0.0.1:5000/api/v1/status/

{
  api_version: "0.1",
  commit: "f2659ef",
  modules: {
    ...
  },
    platform_info: {
   ...
  },
  python_version: "3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 12:04:33) [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)]"
}

About

Rating and chargeback service

License:GNU Affero General Public License v3.0


Languages

Language:Python 94.3%Language:Makefile 5.7%