Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theduke/timely
Time tracker.
https://github.com/theduke/timely
Last synced: about 1 month ago
JSON representation
Time tracker.
- Host: GitHub
- URL: https://github.com/theduke/timely
- Owner: theduke
- Created: 2022-12-19T07:22:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T07:22:36.000Z (about 2 years ago)
- Last Synced: 2024-10-14T17:20:45.517Z (2 months ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timely - Time Tracker
A simple time tracking service that runs on Wasmer Deploy
## Develop
The repo has a development CLI that follows the xtask pattern.
It is available via `cargo xtask`, and also `cargo x`.
* `cargo x develop`: Start a wcgi-runner local server in watch mode.
Also watches for changes to the server and automatically rebuilds.## Resources
* [Postgrest API](https://postgrest.org/en/stable/api.html)
REST API documentation for Postgrest.
Supabase, the DB provider, uses Postgrest internally.