https://github.com/heismanish/go-todo
A todo web-app build using golang and html
https://github.com/heismanish/go-todo
docker go-server golang
Last synced: about 1 month ago
JSON representation
A todo web-app build using golang and html
- Host: GitHub
- URL: https://github.com/heismanish/go-todo
- Owner: Heismanish
- Created: 2024-03-24T12:50:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T15:33:13.000Z (about 2 years ago)
- Last Synced: 2025-01-23T11:48:21.897Z (over 1 year ago)
- Topics: docker, go-server, golang
- Language: Smarty
- Homepage:
- Size: 503 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Go-Lang Todo
This is a full stack todo ap build using golang and HTML(tpl).
- It is an example learning app build using golang
Things I learned:
- How to create a server using Golang.
- How to containerise(using docker) an golang app.
- How to perform CI/CD(using github actions) in Golang.
