There are many different versions of Rick on the show Rick and Morty. We are here to determine who is the most evil Rick of them all... according to the Internet.
- TypeScript
- Next.js
- Tailwind CSS
- Prisma (mysql)
- tRPC
- Vercel
- PlanetScale
- Clone the repository to your local machine using
git clone https://github.com/dylanullrich/evilist-of-ricks.git
. - Run
npm install
to install all dependencies in your newevilist-of-ricks
directory. - Set up a
mysql
database on a website like PlanetScale or host locally. - When the database is established, copy the database url in a
.env
file. There is a sample in this repository that can be viewed here. - Once a database is connected, you can seed the database by running
npm run seed
which will run thefillDb.ts
script. - Run
npm run dev
and visithttp://localhost:3000
to view the app.