This application is live on: https://shubham-todo-manager-saas-201.herokuapp.com/
Features: New user sign up and sign in. User signed in even after page reloads or redirects till he did not get sign-out himself. No two users can look up or chagne another user's todo. Only valid todo's task and date date is allowed. All other standard security features have been considered.
Tech Stack: Programming language: Ruby Framework: Rails Database: Postgres Deployment: Heroku
Installation guide for local machine Install rails and postgres. Follow this guid to setup the rails: https://guides.rubyonrails.org/v5.0/getting_started.html Edit the database authentication parameters in "/config/database.yml" file accordingly. Run database migrations.