Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 704 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 704 Bytes

TodoApp with User management and File Uploading (PDF, DOCX and DOC files)

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Run mix ecto.setup to setup the database
  • Run npm install in assets directory
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Features

  • Register with your email
  • Reset password or email in case your forgot
  • Create a Todo and manage them
  • View Todos of other users (your teammates)
  • Assign the Todo to someone else
  • Talk to other users by commenting on their Todo when you view them