This website requires JavaScript.
Explore
Help
Register
Sign In
jselesan
/
playzer
Watch
1
Star
0
Fork
0
You've already forked playzer
Code
Issues
Pull Requests
6
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6dc8cae3a83be56ba527a315c80ac4ff47bc8690
playzer
/
apps
/
backend
History
Jose Selesan
34a24ce6c9
feat: add user role field and implement Gravatar fallback for user avatars
2026-04-16 20:51:53 -03:00
..
prisma
feat: add user role field and implement Gravatar fallback for user avatars
2026-04-16 20:51:53 -03:00
src
feat: add user role field and implement Gravatar fallback for user avatars
2026-04-16 20:51:53 -03:00
.env
refactor: migrate authentication from Supabase to Better Auth and update Prisma schema models
2026-04-16 20:05:08 -03:00
.env.example
Initial commit
2026-04-08 22:53:11 -03:00
.gitignore
Initial commit
2026-04-08 22:53:11 -03:00
bun.lock
feat(home): move manual booking to responsive dialog
2026-04-10 16:33:45 -03:00
package.json
refactor: migrate authentication from Supabase to Better Auth and update Prisma schema models
2026-04-16 20:05:08 -03:00
prisma.config.ts
feat: add city/state/country to complex, new settings page with sidebar, and Biome linting
2026-04-10 15:36:15 -03:00
README.md
Initial commit
2026-04-08 22:53:11 -03:00
tsconfig.json
refactor: migrate authentication from Supabase to Better Auth and update Prisma schema models
2026-04-16 20:05:08 -03:00
README.md
To install dependencies:
bun install
To run:
bun run dev
open
http://localhost:3000