Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewhal/todolist
Todo list written in golang
https://github.com/ewhal/todolist
Last synced: 7 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-23T02:50:25.000Z (over 8 years ago)
- Last Synced: 2024-06-20T11:56:36.018Z (5 months 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
[![Build Status](https://travis-ci.org/ewhal/Todolist.svg?branch=master)](https://travis-ci.org/ewhal/Todolist) [![GoDoc](https://godoc.org/github.com/ewhal/Todolist?status.svg)](https://godoc.org/github.com/ewhal/Todolist) [![Go Report Card](https://goreportcard.com/badge/github.com/ewhal/Todolist)](https://goreportcard.com/report/github.com/ewhal/Todolist) [![MIT
licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/ewhal/Todolist/master/LICENSE.md)Modern responsive self-hosted todolist
![todo](https://my.mixtape.moe/seksxe.png)
## 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