Skip to content

A functional todo list implementation web-socket based

License

Notifications You must be signed in to change notification settings

includeVitor/todo

Repository files navigation

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.