Skip to content

A platform for interviewer and interviewee to practice for their upcoming interviews and get ready to grab a job.

License

Notifications You must be signed in to change notification settings

pateldivyesh1323/mockinter

Repository files navigation

Welcome to Mockinter

image

  • Mockinter is made with Next.js, TailwindCSS and MongoDB.

Setting up MockInter locally

  • Open your terminal and clone the repository :
git clone "https://github.com/pateldivyesh1323/mockinter"
  • cd into mockinter
cd mockinter
  • Install dependencies with :
npm install
  • Create .env and copy the content of .env.example or run the following command:
cp .env .env.example

Make sure to add all required enviroment variables in .env

  • Run the development server with :
npm run dev

Open http://localhost:3000 with your browser to see the result.

  • Build the server with :
npm run build

The app is still under development, you can see the deployed version - mockinter.vercel.app

About

A platform for interviewer and interviewee to practice for their upcoming interviews and get ready to grab a job.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages