Our website simplifies group trip finances, ensuring everyone stays on budget and enjoys a stress-free journey. With our tools, you can effortlessly track overall expenses, view individual spending summaries, and plan future group expenditures with ease. Say goodbye to confusion and disputes—empower your group to travel smart and make unforgettable memories together!
To run this project, you will need to add the following environment variables to your .env file
FRONTEND_URL= "http://localhost:4000/"
PORT= 4000
MongoDBURI= "mongodb://0.0.0.0:27017/TRiP"
Clone the project
git clone https://link-to-project
Go to the project directory
cd TRiP
Open two terminal
In First Terminal:
cd frontend
npm i
npm run dev
In Second Terminal:
cd backend
npm i
npm start
Go to link:
http://localhost:5173/
- Shivam Pandey (NITJ Students)
- Vivek Yadav (NITJ Students)