HereToGo, a travel application, allowing users to plan their trips proficiently, by providing relevant information, suggesting itineraries for destinations around the world. Also helping users manage time, attractions, budget, and expenses during the journey. #HereToGo
1->Activate PlacesAPI, Distance Matrix and generate an API key from Google Maps 2->Add a config.env file in /backend (PORT, API, MONGOPASSWORD) 3->Run npm install in /frontend and /backend folders 4->Run npm start in /frontend and npm run dev in /backend