Skip to content

zzacong/roundest-pokemon-next

Repository files navigation

Roundest - Which Pokémon is most round?

Code along @ https://www.youtube.com/watch?v=PKy2lYEnhgs
Theos's roundest-mon repo

Getting Started

Prerequisite:

  • MySQL local database (or Planetscale connection using PScale CLI)
  • yarn

Setup

  1. Clone repo
  2. yarn install
  3. Create .env file if one does not already exist
  4. Add connection URLs for both database and shadow db to .env (example .env file here)
  5. Initialize database - yarn prisma migrate dev
    • This will run prisma db seed underneath
  6. Run dev server yarn dev

About

Voting app to vote on which pokemon is roundest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published