Skip to content

dariuspasca/anisong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anisong - Your personal anime playlist creator

Anisong is a web app to create personalized playlists featuring the very best opening and ending theme songs from your favorite anime series.

cover-image

Backend

  • 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

Frontend

Install Project

Clone repository

git clone https://github.com/dariuspasca/anisong.git

Change directory

cd app

Install dependencies

pnpm install

or

npm install

Setup env vars

cp app/.env.example app/.env.local

Run app

pnpm dev

or

npm dev