A simple Notes taking Application using Nodejs Express MongoDB and Passport. For templating we will use EJS and Bootstrap.
1. To install and run this project - install dependencies using npm and then start your server:
$ npm install
$ npm start
2. Create a .env file to store your 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
Technologies used in the project:
- Node JS
- Express JS
- MongoDB
- Passport JS
- Bootstrap
- EJS

