Skip to content

A web app to create notes, and save it using Mongodb, plus authentication using passport.

Notifications You must be signed in to change notification settings

marceluphd/nodejs-notes-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App with Node, Mongodb

This is a basic App to manage simple Notes on the web using Javascript Technologies like Nodejs, Mongodb, and so on. This app can:

  • create/read/update/delete Notes
  • Allows a user to do log in and save his personal notes

Screenshot

Environment Variables

This app needs the following environment Variables

  • NOTES_APP_MONGODB_HOST this is the Mongodb URI string
  • NOTES_APP_MONGODB_DATABASE Mongodb database name
  • NODE_ENV node environment

Tutorial

This app was created with educational purposes, so you can found the tutorials on the following links:

and these are old tutorials about this app

About

A web app to create notes, and save it using Mongodb, plus authentication using passport.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.5%
  • JavaScript 47.8%
  • CSS 1.7%