timrodz / interviewprep

Helping developers ace their interviews!

Home Page:https://interviewprep-topaz.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interview Prep Helper

There's a unique skillset involved with interview preparation. The main problem is you're often asked about things you learned 3-4 years ago, or stuff you no longer fully remember, which can make you appear as a non-ideal candidate. This project should solve that problem!

Tech stack: T3

  • NextJS
  • Tailwind
  • Prisma (ORM)
  • tRPC (Queries)

Development

Setup:

  1. Install NVM (Node Version Manager)
  2. nvm use: install the same Node version (as defined by .nvmrc)
  3. npm install: to install dependencies
  4. npx prisma db push to create the DB schema

Install the same Node version (defined by .nvmrc)

nvm use

Install project dependencies

npm install

Create and update the database schema (if prompted to overwrite, select y)

npx prisma db push

Seed the database with starting data

npm run db-seed

Run the project

npm run dev

About

Helping developers ace their interviews!

https://interviewprep-topaz.vercel.app


Languages

Language:TypeScript 88.7%Language:JavaScript 11.0%Language:CSS 0.3%