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
This app needs the following environment Variables
NOTES_APP_MONGODB_HOSTthis is the Mongodb URI stringNOTES_APP_MONGODB_DATABASEMongodb database nameNODE_ENVnode environment
This app was created with educational purposes, so you can found the tutorials on the following links:
new tutorial made in 2020
and these are old tutorials about this app
