mattboardman / todo

A To-Do Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo

A To-Do Application

Features - Summary

  • Read - Gets all ToDo items
  • Create - Adds a new ToDo item
  • Update - Updates an existing ToDo item
  • Delete - Deletes an existing ToDo item
  • Search - Finds a matching ToDo item with the input

Deploy

Build from source

git clone https://github.com/mattboardman/todo
cd todo
go build .
./todo

Then navigate your browser to the default http://localhost:1080

Deploy as Docker image

Docker image hosted here: https://hub.docker.com/r/mattboardman/todo/

docker pull mattboardman/todo:first
docker run -it -p <frontend-port>:1080 -p <backend-port>:8080 mattboardman/todo:first

Then navigate your browser to http://localhost:<frontend-port>

About

A To-Do Application


Languages

Language:Go 73.3%Language:JavaScript 13.7%Language:HTML 11.7%Language:Shell 1.2%