j000 / todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO

Jarosław Rymut

Simple Todo list


Backend:

  • Node.js
  • Express
  • Sequelize + sqlite3

API

Method Path Description
GET /todos Get all todos items
GET /todos/:id Get one todo item
POST /todos Create a new todo item
PUT /todos/:id Update a todo item
DELETE /todos/:id Delete a new todo item

Frontend:

Single page web app.

  • Vue.js
  • Vuetify.js
  • HttpVueLoader
  • Vue-Cookies
  • Axios (API access)
  • Moment
  • Normalize.css
  • MaterialDesignIcons

About


Languages

Language:JavaScript 56.1%Language:Vue 33.1%Language:HTML 7.9%Language:CSS 2.9%