A todo application built in Gleam using the Wisp Framework
- Working Authentication with session that persists for 5 minutes.
- Working connection with the database (makes use of sqlite to connect to database file).
- Ability to add and edit todos as needed.
- The user should be able to reset there password.
- The user should be able to virtually delete (virtuality deletion means to still keep the todo saved in the database but should not be shown to user) a created todo.
Feel free to give suggestions or contribute using the issues tab!!