- we will use nodejs, express and mongoose to make to do app.
* frontend -> html, css, javascript, ejs
* backend -> nodejs, express, mogoose,
- we will use embedded javascript(EJS) as our template engine.
- it helps to add values dynamically to the variables in template file and transforms the template file to html which will be sent to the client.
- create config.env file in project root
- inside config.env file add DATABASE and PASSWORD as Env Variable
- for example: