Skip to content

Code for the anime-battle website. It lets users vote for their favorite anime characters.

License

Notifications You must be signed in to change notification settings

cwithmichael/anime-battle

Repository files navigation

Anime Battle

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

If you want to run this locally, you'll need to run migrations with a local PostgreSQL instance. Add your DATABASE_URL value to an .env.local file and run

npx prisma migrate dev

Disable auth to avoid having to deal with OAuth

TODO

  • Improve UX
  • Add tests
  • Add more OAuth options
  • Engage with analytics for adding more stats than just number of votes?

About

Code for the anime-battle website. It lets users vote for their favorite anime characters.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published