/todo-list

A sortable todo list app built with HTML, Nodejs, Express and Mysql.

Primary LanguageHTMLMIT LicenseMIT

Todo list project

A Todo List Application built with Node.js, Express and MySQL.

Todo App

Prerequisites

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

Setup

  • 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