Skip to content

rishuriya/cir-internship

Repository files navigation

Amrita CIR-Project

This project is made by students of Amrita Vishwa Vidyapeetham, Amritapuri. We have built a portal for the CIR Department of our college (Corporate & Industry Relations) so that they can conveniently approve and validate the internships cracked by students.

Instructions to run this project locally

First, you have to install Nodejs v16+
Then install MongoDB Compass.

Clone this repository, then do

cd cir-internship/
npm install

Then add your MongoDB's link and hash secret in a .env file

MONGODB_URL = '<your-link>'
SECRET = '<your secret>'

Run the application using

npm run dev