Skip to content

brendenehlers/todo-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO Microservice

A simple todo backend. Built to practice go and have a backend from creating todo applications when testing out new front-end frameworks.

The app is hard-coded to use port 8080.

Run scripts/gen-api.sh before building the docker image if making changes to the API.

Build the image:

docker build -f ./DOCKERFILE  -t behlers/todo-app .

Run the image:

docker run -p 8080:8080 behlers/todo-app

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published