Notes app with user authentication, using mongodb, nodejs, express–handlebars, boostrap v5 (express to create server) see package.sjon for more information abou dependencies you need install.
1: clone this proyect with git.
2: open in code editor like => Visual Studio code.
3: Install dependecnies ( : git install ).
4: create and add credentials into .env (enviroment variable file) file variable MONGO_DB_URI="mongodb+srv://:@.bwa3z.mongodb.net/?retryWrites=true&w=majority", SECRET_SESSION_KEY=somestringkey.
5: write on console : npm run dev.
Thanks for watching my repo.