Todo app built with ejs, Express and MongoDB
-
Clone the repo locally
git clone https://github.com/s1099/ejs-todo-app cd ejs-todo-app
-
Rename
.env.example
to.env
and put in MongoDB URI -
Install dependencies
npm install # or pnpm install # or yarn install # or bun install
-
Start server
npm main.js