j3ns3n / vuejs-todo-list

Simple TODO Application made with VueJS as the frontend and Express as the backend

Home Page:https://larkin.space/todos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple TODO Application made with VueJS as the frontend and Express as the backend

Made using this tutorial on YouTube: https://www.youtube.com/watch?v=Wy9q22isx3U

Example: https://larkin.space/todos

Installation

  • Create a MongoDB cluster and add it to the backend/App.js.
  • Edit the App.js to specify your chosen port
  • Extra: Setup NGINX/Apache to forward that port to a url endpoint
  • Edit the frontend/views/Home.vue file and edit all 'http://localhost:3000' to your chosen ip/port/url
  • Build frontend
  • Install on web server
  • Ensure backend is running with 'node App.js'

Possible future tasks

  • Add authentication
  • Add per-user tasks
  • Task categories

About

Simple TODO Application made with VueJS as the frontend and Express as the backend

https://larkin.space/todos


Languages

Language:Vue 62.2%Language:JavaScript 30.1%Language:HTML 7.7%