https://github.com/lnardon/drucker
Drucker is an open source web application to track time spent on projects. Built to be self hosted. On Vercel :heart: .
https://github.com/lnardon/drucker
analytics nextjs postgresql prisma reactjs time-tracker timer vercel
Last synced: 2 months ago
JSON representation
Drucker is an open source web application to track time spent on projects. Built to be self hosted. On Vercel :heart: .
- Host: GitHub
- URL: https://github.com/lnardon/drucker
- Owner: lnardon
- Created: 2023-05-04T09:44:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T08:20:33.000Z (over 2 years ago)
- Last Synced: 2025-11-23T04:12:27.200Z (7 months ago)
- Topics: analytics, nextjs, postgresql, prisma, reactjs, time-tracker, timer, vercel
- Language: TypeScript
- Homepage: https://drucker.vercel.app
- Size: 769 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drucker
Drucker is an application to track and manage the time spent on projects.

## How to deploy
1 - Use the file `.env.example` as reference for the necessary environment variables on your `.env`
2 - Deploy the project to Vercel using their CLI and the command `vercel deploy`
### What was used
- Next.js
- React.js
- PrismaORM
- PostgreSQL
- Vercel Deployment