Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 601 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 601 Bytes

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