We have tried to create a solution for interview preperation of campus janta. When placement season approaches near one cannot waste his time searching for most important type of questions. So we have made a platform where you can practice important questions in each topic and sharp your skills. One can also share his interview experience. Right now this project is on ground scale but it can be further modified.
- Node JS
- Mongo DB
- Experess JS
- User Authentication using jwt
- Admin-Bro for admin panel
- Download the package and run the following command in your nodejs workspace to install all the dependencies:
npm-install
- Create a database collection in mongo db atlas and set the dbURI variable to the database url.
- Create a .env file and put your environment variables such as PORT, dbURI, secret(string for jwt authentication), admin_rootpath(for admin panel) in it.
- Now run the following command to start node-server:
nodemon app
- Go to http://localhost:3000/
- Home Page:
- Login :
- Signup :
- Topic List :
- Questions for a particular topic :
- Companies List :
- Experiences of a specific company :
- Modal Form for adding experience by user :
- About Page :
This project is developed by Shyam Sundar Goyal, Harsh Sinha and Vipul Kumar under the guidance of Coding Club IITG.