Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 774 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 774 Bytes

notes app

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.


Run fast this project

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.