/TodoList

A Sequelize Todo List

Primary LanguageJavaScript

How to use the TodoList

  • Create a new local MYSQL database called 'todolist', but don't create any tables. (use the supplied schema.sql)
  • While inside the activity folder, run npm install in terminal.
  • Open localhost:8080 and start adding your todos to the list!