https://github.com/banuragaxioned/loggrr
Clean and simple time logging solution for teams that embrace transparency and want to focus on what really matters.
https://github.com/banuragaxioned/loggrr
app-dir next-auth nextjs prisma tailwindcss vercel
Last synced: 3 months ago
JSON representation
Clean and simple time logging solution for teams that embrace transparency and want to focus on what really matters.
- Host: GitHub
- URL: https://github.com/banuragaxioned/loggrr
- Owner: banuragaxioned
- Created: 2023-02-15T17:26:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-12T06:43:03.000Z (6 months ago)
- Last Synced: 2025-12-13T15:35:17.231Z (6 months ago)
- Topics: app-dir, next-auth, nextjs, prisma, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://loggrr.com
- Size: 4.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loggrr
Clean and simple time logging solution for teams that embrace transparency and want to focus on what really matters.
## Tech stack
- [Next 14](https://nextjs.org)
- [NextAuth.js](https://next-auth.js.org)
- [Prisma](https://prisma.io)
- [Tailwind CSS](https://tailwindcss.com)
- [shadcn/ui](https://ui.shadcn.com/)
- [React Hook Form](https://react-hook-form.com)
- [Vercel](https://vercel.com)
## Getting Started
### Prerequisites
- [nvm](https://github.com/nvm-sh/nvm), [fnm](https://github.com/Schniz/fnm) or [Node.js](https://nodejs.org/en/)
- [pnpm](https://pnpm.io/)
- [Docker](https://docs.docker.com/get-docker/) (for local development)
### Installation
```bash
# Setup environment variables
cp .env.example env
# Install dependencies
p install
# Start the database
docker compose up
# Push db changes
p push
# Seed the database
p seed
# Start the development server
p dev
# Build for production
p build
# Start the production server
p start
```