https://github.com/ewhal/todolist
Todo list written in golang
https://github.com/ewhal/todolist
Last synced: 5 months ago
JSON representation
Todo list written in golang
- Host: GitHub
- URL: https://github.com/ewhal/todolist
- Owner: ewhal
- License: mit
- Created: 2016-07-10T02:14:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-23T02:50:25.000Z (almost 10 years ago)
- Last Synced: 2025-02-16T21:31:42.981Z (over 1 year ago)
- Language: HTML
- Homepage: https://todo.pantsu.cat
- Size: 284 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#Golang Todolist
[](https://travis-ci.org/ewhal/Todolist) [](https://godoc.org/github.com/ewhal/Todolist) [](https://goreportcard.com/report/github.com/ewhal/Todolist) [](https://raw.githubusercontent.com/ewhal/Todolist/master/LICENSE.md)
Modern responsive self-hosted todolist

## Getting started
### Prerequisities
* go
* mariadb
```
sudo yum install -y go mariadb-server mariadb
```
### Installing
* go get https://github.com/ewhal/Todolist
* make
* nano config.json
* Configure port and database details
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details