fast-api version of the rocrate rest api
run following commands in terminal of the root project directory:
pip install -r requirements.txt
sh start-api-server.sh
run following commands in terminal of the root project directory:
sudo docker build -t "rocrate-rest-api" .
sudo docker run -d -p 6656:6656 rocrate-rest-api