Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/susilolab/gotodo
Aplikasi todo sederhana menggunakan framework gin
https://github.com/susilolab/gotodo
gin go todoapp
Last synced: 9 days ago
JSON representation
Aplikasi todo sederhana menggunakan framework gin
- Host: GitHub
- URL: https://github.com/susilolab/gotodo
- Owner: susilolab
- Created: 2021-06-07T03:50:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T15:44:41.000Z (about 3 years ago)
- Last Synced: 2024-06-20T20:22:44.335Z (5 months ago)
- Topics: gin, go, todoapp
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gotodo
Aplikasi todo sederhana menggunakan framework gin## Setup
Clone repo ini dan jalankan
```
go mod tidy
```## Auto reload
Agar setiap kali terjadi perubahan kode kita perlu melakukan `go build` berulang ulang dapat menggunakan
aplikasi `air````
go get -u github.com/cosmtrek/air
cd gotodo
air init
air
```