Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 354 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 354 Bytes

rocrate-maker-fast-api

fast-api version of the rocrate rest api

for people without docker:

run following commands in terminal of the root project directory:

pip install -r app/requirements.txt
sh start-api-server.sh

for people withdocker:

run following commands in terminal of the root project directory:

sudo docker-compose up