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
This app needs the following environment Variables
MONGODB_HOST
this is the Mongodb URI stringMONGODB_DATABASE
Mongodb database nameNODE_ENV
node environment
you can run a container for development
npm install
docker-compose up
when the app is lauched, this will create an Admin user with the following credentials:
- email: admin@localhost
- password: adminpassword
This app was created with educational purposes, so you can found the tutorials in the following links:
- Version 2, new tutorial made in 2020 and these are old tutorials about this app
- Version 1.0.0