Create a rails application to build a sample task management application with below mentioned details. And kindly, share the project repo link. Requirement:
- Users should be able to sign up & sign in.
- Database can be of any choice (Preferable: Postgres)
- Users can create ‘n’ number of projects.
- And each project will have ‘n’ number of tasks. List of Functionalities:
- Sign In
- Sign Up
- Logout
- Create, Read, Update, Destroy - Project
- Create, React, Update, Destroy - Tasks