Rails Version – 5.2
Ruby Version – 2.5.3
You can clone the GitHub repo.
To clone:
$ git@github.com:akashkinwad/project-management.git
Go to project-management folder and Run
$ bundle install
Added sqlite file so no need to run migration or seed data. You can directly access to project
$ rails server
Open Browser and paste below link
http://localhost:3000/
Email : admin@example.com
Password : 12345678
Email : daniel@example.com
Password : 12345678
You can see the list of other developers on admin panel.