cloud-fog-service-broker/cfsb-backend/README.md
Gregory Koronakos 78ce3a87f7 Init backend project
Change-Id: I61048bc79b3e1d43111d11f7c0f5f4272e8cb27e
2024-01-11 02:04:29 +02:00

25 lines
397 B
Markdown

# FogBrokerBack
Backend service providing criteria data
## Installation
Install requirements uning [pip](https://pip.pypa.io/en/stable/).
```bash
pip install -r requirements.txt
```
## Usage
```bash
flask --app app.py run
```
# Endpoints
#### returns the criteria in hierarchical list
/get_hierarchical_category_list
#### accepts and returns the selected cireteria
/process_selected_items