A Todo List Application built with Node.js, Express and MySQL.
You must have Node.js, npm and MySQL installed on your machine. This project was built against the following versions:
- Node v15.3.0
- npm v7.0.14
- MySQL v8.0.22
- Clone this repo to your machine
- cd into the project folder and run
npm install
- Rename
.env.sample
to.env
and update the necessary database credentials - Run
npm start
- Navigate to http://localhost:7000