https://github.com/andrewarrow/epoch
time tracker and todo list: a clone of johannesjo's super-productivity in golang
https://github.com/andrewarrow/epoch
project-management time-tracker todo-list
Last synced: over 1 year ago
JSON representation
time tracker and todo list: a clone of johannesjo's super-productivity in golang
- Host: GitHub
- URL: https://github.com/andrewarrow/epoch
- Owner: andrewarrow
- License: mit
- Created: 2024-06-07T08:29:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T04:11:23.000Z (about 2 years ago)
- Last Synced: 2024-12-31T04:02:41.486Z (over 1 year ago)
- Topics: project-management, time-tracker, todo-list
- Language: Go
- Homepage: https://github.com/johannesjo/super-productivity
- Size: 415 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# epoch
1. install [golang](https://go.dev/)
2. install [tailwindcss](https://tailwindcss.com/blog/standalone-cli) and [daisyui](https://daisyui.com/docs/install/)
3. `./run`
4. open `http://localhost:3000/`
# seed
`./toodo seed`
# sqlite3
db file will be at `~/toodo_sqlite_560dc8c4-b18a-4517-a90c-b0f92d2ba5a5.db`
```
$ sqlite3 ~/toodo_sqlite_560dc8c4-b18a-4517-a90c-b0f92d2ba5a5.db
SQLite version 3.43.2 2023-10-10 13:08:14
Enter ".help" for usage hints.
sqlite> .tables
cookie_tokens projects tasks users
```
[sqlite](https://sqlite.org/) comes installed on mac already as `sqlite3`
# info
time tracker and todo list a clone of johannesjo's [super-productivity](https://github.com/johannesjo/super-productivity) in golang

# video demo
[](https://www.youtube.com/watch?v=g2jfyMvhi34)
# screen shots



