This is the vue frontend for the backend todolist api that I created.
You can get the backend code from here.
Check it out here.
-
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
- Run
npm install
- Then
npm run serve