1frag / SberCloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SberCloud

Simple BFF web-application integrated with Sbercloud monitoring API

Notice

Project represents only API for mobile devices. You can check them here:

Deployment

Linux server

git clone https://github.com/ifrag/SberCloud.git
cd SberCloud
export DATABASE_URL={ postgres URI }  # note: it should be replaced
pip3 install -r requirements.txt
python3 sbercloud_backend/main.py

Since API would be available on 0.0.0.0:8080/v1/*.

You can also use swagger on 0.0.0.0:8080/static/index.html to check API.

Troubleshooting

Contact me: @ifrag

About


Languages

Language:Python 97.6%Language:HTML 2.4%