Notes App created using Node JS and MongoDB. To Run this project Clone it and install modules using npm install and then start the server npm start
npm install
npm start
Create a .env file to store credentials. Example below
MONGODB_URI = mongodb+srv://<username>:<password>@mongodburlhere
GOOGLE_CLIENT_ID= YOUR_GOOGLE_ID_HERE
GOOGLE_CLIENT_SECRET= YOUR_GOOGLE_CLIENT_SECRET_HERE
GOOGLE_CALLBACK_URL=http://localhost:5000/google/callback