Anisong is a web app to create personalized playlists featuring the very best opening and ending theme songs from your favorite anime series.
- CRUD (Query + Mutation Operations)
- Authorization / Postgres Row Level Security
- Supabase - Backend with a Postgres Database, Authentication, instant APIs and Edge Functions.
- Edge Functions - Server-side TypeScript functions, distributed globally at the edge
- Postgres Triggers and Postgres Functions - When a user logs in for the first time, creates a profile
- Refine - React-based framework that enables rapid development of web applications
- Next.js
- TypeScript
- shadcn/ui
- Tailwind CSS
git clone https://github.com/dariuspasca/anisong.git
cd app
pnpm install
or
npm install
cp app/.env.example app/.env.local
pnpm dev
or
npm dev