Skip to content

kellyjoe256/vue-todolist

Repository files navigation

Vue Todolist

This is the vue frontend for the backend todolist api that I created.

You can get the backend code from here.

Demo

Check it out here.

Getting it to work

Backend

  • Download the backend code files from the link above and then run npm install but make sure you have MongoDB installed(For more on that checkout this out).

  • Run node index.js

Frontend

  • Run npm install
  • Then npm run serve