Skip to content

A containerized dummy implementation of the TA API.

Notifications You must be signed in to change notification settings

taco-ide/dummy-ta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dummy-ta

This is a dummy implementation of the TA API.

Build the docker image

docker build -t dummy-ta .

Run the docker container

docker run -p 5000:5000 dummy-ta

Verify that the service is running by visiting http://localhost:5000/api/hello in your browser.

Stop the docker container

docker stop $(docker ps -q --filter ancestor=dummy-ta)

About

A containerized dummy implementation of the TA API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published