Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kaali728/IBS-Todo-List

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBS-Todo-List

A simple Todo-List with REST API and Mqtt connection

Todolist

Frontend

open todo.html

  • Config
  • Auth
  • Designen und implementieren
  • Signup und Login Button ändern
  • Logout Button
  • Todos mit JS
  • Delete Todo
  • Auth check if valid
  • Tasks and Completed Counters
  • Connect with MQTT
  • POST Todo mit Alexa

Backend

Have to install npm packages

npm install

npm start

open new Terminal and run this command We need ngrok for Alexa OAuth

ngrok http 9998

  • Config
  • mongoose schema
  • Auth Route
  • Todo Route
    • GET alle Todos
    • POST Todo
    • PUT Todo
    • DELETE Todo
  • MQTT
  • Email Notification
    • Nodemailer with Gmail service
    • Timerinterval for everyday
    • Email einkommentieren
  • start own mqtt server for frontend
  • POST Todo mit Alexa
  • Code kommentieren und durchschauen
  • Video aufnehmen
  • Dokumentation

Alexa-Skill

  • intents
  • Auth with Alexa
  • heutige todos: ist oder sind mit und beim letzen | Text verbessern...
  • Realtime frontend add a todo

About

Created with CodeSandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.6%
  • CSS 5.1%
  • HTML 2.0%
  • Pug 0.3%