- Ruby version
ruby '2.6.5'
- Rails version
gem 'rails', '~> 6.0.1'
- Database
latest postgres
** To run the project
-
Clone the repository
https://github.com/cht-wtag/UMS.git
-
Run command
gem install bundler bundle install rails db:create rails db:migrate rails db:seed rails s