This is my project that has been made for my dormitory in way to simplify working processes. Via this web app council members and staff can interact with students in a comfortable and fast way.
- Every user has one of three access levels: student, council member and staff
- Students can make requests and staff will manage them.
- Council members write necessary messages and news seen by other users
- Ruby version 3.0.0
- Ruby on Rails version 7.0.4
- Tests RSpec + SeleniumIDE
- Bootstrap & Animate.css
- Install
Rubyversion3.0.0for example byrvm
rvm install 3.0.0- Install
Ruby on Rails
gem install rails- Clone the repository
git clone https://github.com/kek-flip/dormitory- Install all gems via bundle
bundle install- Run server
rails s


