Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apitoolkit/todo-backend-chi
https://github.com/apitoolkit/todo-backend-chi
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/apitoolkit/todo-backend-chi
- Owner: apitoolkit
- License: gpl-3.0
- Created: 2024-05-11T11:16:02.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-11T11:59:35.000Z (6 months ago)
- Last Synced: 2024-05-11T12:42:34.321Z (6 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 ![CI status](https://img.shields.io/github/workflow/status/gobridge-kr/todo-app/CI) ![]() ![deployment status](https://img.shields.io/github/deployments/gobridge-kr/todo-app/production) ![license](https://img.shields.io/github/license/gobridge-kr/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 ❤️.