https://github.com/vitiko98/kinoweb
https://github.com/vitiko98/kinoweb
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vitiko98/kinoweb
- Owner: vitiko98
- Created: 2024-08-29T08:09:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T19:06:26.000Z (9 months ago)
- Last Synced: 2025-01-09T16:19:47.565Z (5 months ago)
- Language: TypeScript
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.