https://github.com/blueskyfish/go-doing
Another TODO application in the language Go
https://github.com/blueskyfish/go-doing
Last synced: 7 days ago
JSON representation
Another TODO application in the language Go
- Host: GitHub
- URL: https://github.com/blueskyfish/go-doing
- Owner: blueskyfish
- License: mit
- Created: 2023-01-28T14:47:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T23:47:17.000Z (19 days ago)
- Last Synced: 2025-06-17T16:53:06.684Z (8 days ago)
- Language: TypeScript
- Homepage:
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Golang - Doing
> Another TODO application in the language Go
## Howto Build
* Open terminal
* Change to `frontend` directory `$ cd frontend`
* Enter `$ npm run build:prod` in order to build frontend part
* Change back to project root directory `$ cd ..`
* Enter command `$ go build -o ./bin/doing` in order to build backend part with frontend inside.
* Binary is in directory `bin`