https://github.com/monoscope-tech/todo-backend-chi
https://github.com/monoscope-tech/todo-backend-chi
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/monoscope-tech/todo-backend-chi
- Owner: monoscope-tech
- License: gpl-3.0
- Created: 2024-05-11T11:16:02.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T11:59:35.000Z (about 2 years ago)
- Last Synced: 2025-07-10T14:51:24.364Z (11 months ago)
- Language: Go
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo-app  ![]()  
Yet another [Todo-Backend](http://www.todobackend.com/) implementation, written with Golang stdlib.
This app, `gobridge-kr/todo-app`:
- Has a basic MVC architecture.
- [Uses GitHub Actions](./github/workflows).
- [Is built by `make`](./Makefile).
- [Has test code](https://github.com/gobridge-kr/todo-app/search?q=testing.T&unscoped_q=testing.T).
- [Is dockerized](./Dockerfile).
- [Deploys to Heroku](https://arcane-waters-53217.herokuapp.com/).
- Embeds [official JS spec](./test/client).
- Is provided from [GoBridge Korea](https://github.com/gobridge-kr) with ❤️.