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

danielfev/nodejs-notes-app

 
 

Repository files navigation

Notes App NodeMongo

This is a basic App to manage simple Notes on the web using Javascript Technologies like Nodejs, Mongodb, and other related technologies.

This app can do:

  • CRUD Operations: create/read/update/delete Notes
  • Allows a user to do login and save his personal notes

Screenshot

Environment Variables

This app needs the following environment Variables

  • MONGODB_HOST this is the Mongodb URI string
  • MONGODB_DATABASE Mongodb database name
  • NODE_ENV node environment

Docker

you can run a container for development

npm install
docker-compose up

Default User

when the app is lauched, this will create an Admin user with the following credentials:

  • email: admin@localhost
  • password: adminpassword

Recursos

Tutorial

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

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

  • JavaScript 49.7%
  • Handlebars 48.0%
  • CSS 1.7%
  • Dockerfile 0.6%