Skip to content

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

Notifications You must be signed in to change notification settings

ajilkumar/Notes-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages