Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Getting started

  • Run npm install
  • Edit the todosServer.js file, and modify the credentials for the mysql connection
  • Run node todosServer.js
  • In the browser, go to http://localhost:8080
  • Now start the assignment, and start adding code to todosServer.js and todosAPI.js so you can properly get, add and remove todos