Skip to content

DevNinja5/note-app

Repository files navigation

Notes App NodeMongo

Rahul

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@local
  • password: admin

Recursos

Tutorial

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published