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
aabd9a826635cd6abfe8e22873d8c90b594bcb3a
playzer
/
apps
/
backend
History
Jose Selesan
aabd9a8266
refactor: standardize tsconfig paths, update deprecation settings, and format user creation timestamp to ISO string
2026-04-16 22:23:34 -03:00
..
prisma
feat: add user role field and implement Gravatar fallback for user avatars
2026-04-16 20:51:53 -03:00
src
refactor: standardize tsconfig paths, update deprecation settings, and format user creation timestamp to ISO string
2026-04-16 22:23:34 -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: standardize tsconfig paths, update deprecation settings, and format user creation timestamp to ISO string
2026-04-16 22:23:34 -03:00
README.md
To install dependencies:
bun install
To run:
bun run dev
open
http://localhost:3000