hasad / README.md
Hasad
timesheet
Last updated: 4/16/2026GitHub
Hasad
Time Tracking for Teams
Developing
To start developing clone this repo and install the npm packages.
Then build the policy by running ./build_wasm.sh script in the policy folder
Run make run-dev to run all containers detached (in background)
To show logs of all containers run: docker-compose logs -f
To show logs for a service, e.g. server, run: docker-compose logs -f server
The web app will be accessible from https://localhost:3000
Credentials
These are the credentials for the 4 user roles:
Employee
user: user.hasad@rihal.om
password: 123
Project Manager
user: project.manager.hasad@rihal.om
password: 123
Department Manager
user: department.manager.hasad@rihal.om
password: 123
Admin
user: admin.hasad@rihal.om
password: 123