Skip to content

niomate/clocktower-rs

Repository files navigation

clocktower-rs

Tool to track work time.

Usage:

Install postgresql, create a new user and database and store the path like this in a file called .env

DATABASE_URL=postgres://niomate:passwd@localhost/clocktower

Start postgres: sudo -u postgres psql

Create user: create user niomate with password ;

Create database: create database clocktower;

About

Tool to track work time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published