Roundest Pokémon Web App - Which Pokémon is most round?
Full stack web app using Next.js, React, TypeScript, Prisma, tRPC, Heroku + PostgreSQL, and Tailwind.
Deployed with Vercel:
Getting Started
Prerequisite:
- Two PostgreSQL/MySQL local databases or connection to Heroku/Planetscale/etc database hosting service
- npm
Setup
- Clone repo
npm install
- Create
.env
file if one does not already exist
- Add connection URLs for both database and shadow db to .env
- Initialize database -
npx prisma migrate dev
- Initialize base data set -
npm run ts-node ./scripts/fill-db.ts
- Run dev server
npm run dev
TODO