An open API service indexing awesome lists of open source software.

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

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`