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

https://github.com/glepnir/dailytasks

🌼 A simple go web app without framework
https://github.com/glepnir/dailytasks

go golang goweb

Last synced: about 1 year ago
JSON representation

🌼 A simple go web app without framework

Awesome Lists containing this project

README

          

# DailyTasks
A go web app without framework
# Why do this

This App can help people use standard library build a web app who is golang beginner,The third-party libraries are used that [gorilla/session](https://github.com/gorilla/sessions) and [AlecAivazis/survey](https://github.com/AlecAivazis/survey)

# How to Use
- `go get github.com/taigacute/DailyTasks`
- `cd $GOPATH/src/github.com/taigacute/DailyTasks`
- `sh install.sh`

# TODO
- [ ] Add Personal avatar
- [ ] jwt with rsa