A website that assists research enthusiasts in finding their ideal internship. Students can use this website to search through college websites for internship positions rather than having to go through the tedious process of checking up the profiles of each professor in the college. Furthermore, users can add professors or colleges to which they would like to intern, and they will be notified through email anytime a position becomes available.
- Seamless search for internship roles in top 10 colleges
- Dedicated machine learning search pipeline for each college website resulting accurate search results
- Get email notifications for any internship opening
- User Authentication
Client: React, React SDK, TailwindCSS
Server: Node, Express, MongoDB, Axios
To run this project, you will need to add the following environment variables to your .env file
MONGODB_KEY
JWT_KEY
Clone the project
git clone https://github.com/predator4hack/intern-intel
Go to the project directory and install dependencies
cd intern-intel/frontend
npm install
cd ..
cd backend
npm install
Start the server of both frontend and backend
npm run test
cd ..
cd frontend
npm run Start
- Add user dashboard