An open API service indexing awesome lists of open source software.

https://github.com/vitiko98/kinoweb


https://github.com/vitiko98/kinoweb

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Kinoweb

Source code of Kinobot's web editor and UI (WIP)

## Running the test/dummy rest server

Install requirements
```console
pip install -r requirements.txt
```

Run the `dummy_bootstrap.py` script

```console
python3 dummy_bootstrap.py
```

Finally, go to http://127.0.0.1:5000/docs to see the documentation and to run over endpoints.

See `samples/001.yml` to check what data you are dealing with.