Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 348 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 348 Bytes

Todo List App

Preview

todolist_mockup.png

How to run

  • clone or download repository
  • create new db on MySQL
  • import database in your created db with MySQL file todo.sql
  • configure db setting (name, username, password) on db.config.js
  • run command
npm install
npm run dev