Coder Social home page Coder Social logo

interviewprep's Introduction

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

interviewprep's People

Contributors

timrodz avatar

Stargazers

 avatar

Watchers

 avatar  avatar

interviewprep's Issues

Deploy this application

Since I don't intend to make money off this product, hosting this app through Vercel sounds like the best option moving forward, as their free tier is very generous. My second-best option will be Netlify.

Next already provides a built-in backend, so we just need to host the database somewhere. We can use Railway or PlanetScale, which also offer generous free tiers.

Application:

  • Vercel
  • Netlify

Database:

  • Railway
  • PlanetScale

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.