This is a simple Node.js application that allows people to create, edit, and delete todo items. It uses MySQL to store the data.
We all start somewhere right?
Timespent: 9 hours 32 mins
- Add new todo items
- Edit existing todo items
- Delete todo items
To run this on your local machine, you will need to have Node.js installed and access to a MySQL database.
- Clone the repository to your local machine
- Create a database called
node_todo
on your MySQL database - Scroll to the bottom of the
app.js
file to change the database details to your database - Start the server using
node app.js
in your console - Open a web browser and navigate to
http://localhost:3001
to access the app