This is a simple fullstack todo list app built with Node.js, Express, and MySQL. It uses the EJS templating engine to render the views on the server side. This project was built to practice fullstack development with Node.js and Express for assignment for the mini-project of MSIB 6 at PT Otak Kanan.
This project is hosted on my VPS. You can access it here at todolist.faykarr.my.id.
- Clone the repository
- Run
npm installto install the dependencies - Run
npm startto start the server - Visit
http://localhost:3000in your browser
- Add a new todo
- Mark a todo as finished
- Delete a todo
- Node.js
- ExpressJS
- MySQL
- EJS
- Bootstrap
