Skip to content

RoryMMMM/rocrate-maker-fast-api

 
 

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 requirements.txt
sh start-api-server.sh

for people withdocker:

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

About

fast-api version of the rocrate rest api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.1%
  • Dockerfile 3.5%
  • Shell 1.4%