Skip to content

naufalnibros/realtime-flask-todolist

Repository files navigation

realtime-flask-todolist

BUILD A TO-DO APP REALTIME WITH FLASK

I am using pusher for realtime CRUD(CREATE, READ, UPDATE, DELETE), You can use that by register here PUSHER

To run locally:

  • Clone/Download this repo - https://github.com/naufalnibros/realtime-flask-todolist.git
  • Install all dependencies - pip install -r requirements.txt
  • Run app - python app.py
  • Visit localhost:5000 to view the app.