A web app to manage notes using Nodejs, and Mongodb as database, plus authentication with passportjs
The Notes App NodeMongo is a basic web application designed to manage simple notes using technologies like Node.js, MongoDB, and Handlebars as a template engine. Users can perform CRUD operations, including creating, reading, updating, and deleting notes. Additionally, the app allows users to log in and save personal notes securely.
To install the Notes App NodeMongo, follow these steps:
MONGODB_URI=your_mongodb_uri
PORT=3000
NODE_ENV=development
docker-compose up
The Notes App NodeMongo is a practical web application that leverages modern technologies for managing notes effectively. With features like CRUD operations, user authentication, and docker-compose support, this app provides a convenient way to organize and safeguard personal notes. The default admin user setup simplifies the initial configuration process, making it an ideal choice for educational purposes and personal use.