TobiasUhmann / rui-be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository provides the Flask backend for the RUI application. When run, it provides an REST API at http://localhost:5000/api/1.6.0/.

Quickstart

You can start rui-be via Docker:

$ git clone https://github.com/TobiasUhmann/rui-be.git
$ cd rui-be/
$ docker-compose up

After starting, the API can be tested at http://localhost:5000/api/1.6.0/nodes .

About


Languages

Language:Python 99.2%Language:Dockerfile 0.8%