Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 2.63 KB

README.md

File metadata and controls

66 lines (38 loc) · 2.63 KB

Interview Tracker An application which store question categorized by topics and also you can read interview experiences and important questions ahead of time so you can prepare with confidence. If you have gone through a recent interview, You can share it with us.

It is build with Nodejs, Express and MongoDB used as database.

Setting up Environment for running this project

Clone this repository and open in text editor ( vs code prefered )

Open Command Prompt and check installation of Nodejs and NPM

node -v

 v12.18.4 

npm -v

 6.14.6

Install Dependencies

npm install

this will install all required packages written in package.json file.

then run

node server.js

Now go to your browser and load http://localhost:80/

That’s it, You have successfully run this project on your machine

Home Page

1 2

Login & Signup page

3 4

Programming Section

8 9 10

Experience Section

5 6 7

Admin Bro

11