UniMate is your go-to companion for navigating college life smoothly and effortlessly. Designed with college students in mind, Unimate simplifies your daily routines, helps you stay organized, and empowers you to excel in your academic journey.
UniMate was built by my team HackHive during a 8 hour Hackthon conducted at RIT Kottayam.
Clone the repository and do the following.
Open a terminal session and do the following;
Rename the /backend/.env.example file to /backend/.env and update the values accordingly.
Obtain the Gemni API key from aistudio.google and update backend/.env as shown below.
Gemini_key=<insert key here>
PORT=5026cd backend
npm install
npm run serverNow the backend server is running on http://localhost:5026.
Open a new terminal session and do the following;
cd frontend
npm install
npm run devOpen your browser and navigate to http://localhost:3000 to view the application.