includeVitor / todo

A functional todo list implementation web-socket based

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo · GitHub license Main CI codecov

Screen.Recording.2023-07-24.at.11.09.55.mov

Running locally:

  • Run mix deps.get to install all dependencies
  • Create and migrate your database with mix ecto.setup
  • Start the application with mix phx.server
  • Now you can visit localhost:4000 from your browser

Running tests:

  • Runn mix test to execute the tests
  • Run mix coveralls.html to execute the tests and export the reports to /cover folder

Ready to run in production? Please check our deployment guides.

About

A functional todo list implementation web-socket based

License:MIT License


Languages

Language:Elixir 76.3%Language:HTML 18.9%Language:JavaScript 4.0%Language:CSS 0.8%