Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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