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
- Host: GitHub
- URL: https://github.com/glepnir/dailytasks
- Owner: glepnir
- License: mit
- Created: 2019-04-02T14:57:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T07:26:22.000Z (about 6 years ago)
- Last Synced: 2025-03-18T21:06:32.248Z (about 1 year ago)
- Topics: go, golang, goweb
- Language: Go
- Homepage:
- Size: 11 MB
- Stars: 30
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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