Skip to content

cedricdcc/rocrate-maker-fast-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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