Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.03 KB

File metadata and controls

41 lines (26 loc) · 1.03 KB

Notes App

A simple Notes taking Application using Nodejs Express MongoDB and Passport. For templating we will use EJS and Bootstrap.

Project Screenshots:

frontpage

homepage

🛠️ Installation Steps:

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

💻 Built with

Technologies used in the project:

  • Node JS
  • Express JS
  • MongoDB
  • Passport JS
  • Bootstrap
  • EJS