Welcome to the MYtinerary App. A travel app built using the MERN stack with Material UI.
Heroku Deployment Link : https://guarded-sands-60894.herokuapp.com/
You will need to create a .env file in your root folder with the following info :
MONGO_URI = "YOUR_OWN_MONGO_URI"
SECRET_OR_KEY = "YOUR_OWN_SECRET"
googleClientID = "YOUR_GOOGLECLIENTID_SECRET"
googleClientSecret = "YOUR_GOOGLECLIENT_SECRET"
Quick Start
npm install
npm run client-install
npm run dev
npm run server
npm run client