Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-01T08:20:33.000Z (12 months ago)
- Last Synced: 2023-12-01T09:30:46.529Z (12 months ago)
- Topics: analytics, nextjs, postgresql, prisma, reactjs, time-tracker, timer, vercel
- Language: TypeScript
- Homepage: https://drucker.vercel.app
- Size: 769 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- 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