https://github.com/fbn776/unimate
UniMate - A go-to companion for navigating college life smoothly and effortlessly
https://github.com/fbn776/unimate
ai chatbot expressjs nextjs nodejs
Last synced: about 2 months ago
JSON representation
UniMate - A go-to companion for navigating college life smoothly and effortlessly
- Host: GitHub
- URL: https://github.com/fbn776/unimate
- Owner: fbn776
- Created: 2024-03-25T06:44:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T14:15:32.000Z (about 2 years ago)
- Last Synced: 2025-06-11T05:04:34.209Z (about 1 year ago)
- Topics: ai, chatbot, expressjs, nextjs, nodejs
- Language: TypeScript
- Homepage:
- Size: 340 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UniMate
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.
## Getting Started
Clone the repository and do the following.
### Backend
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](https://aistudio.google.com/app/apikey) and update `backend/.env` as shown below.
```env
Gemini_key=
PORT=5026
```
```bash
cd backend
npm install
npm run server
```
Now the backend server is running on `http://localhost:5026`.
### Frontend
Open a new terminal session and do the following;
```bash
cd frontend
npm install
npm run dev
```
Open your browser and navigate to [http://localhost:3000](http://localhost:3000) to view the application.
## Contributors
- [Abhiram Ahosk](https://github.com/abhi5455)
- [Febin Nelson P](https://github.com/fbn776)
- [Sreelakshmi S](https://github.com/SreelakshmiKSudheer)
- [Tom Cherian](https://github.com/badevil666)