fanjieqi / hot-desking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

In Align office, we are doing hot-desking, where there is no assigned desk for staff. They are allowed to sit anywhere in the office. Unfortunately, some staff needs to sit near their project team, and most of the time, they can’t get to sit together. Hot-desk app is an app to allow staff to book their desks and find where their colleagues are sitting.

  • Ruby version 2.5.3p105

  • Rails version 5.2.2.1

  • System dependencies

Dependencies port username password
mysql 3306 root root
redis 6379
  • Configuration
export USERNAME=your_mysql_username
export PASSOWRD=your_mysql_password
  • Database creation
rake db:create
  • Database initialization

  • How to run the test suite

rspec

Only the spec/controllers/users_controller.rb is half-way, the others is TODO.

  • Development instructions
rails s

About


Languages

Language:Ruby 76.0%Language:HTML 20.3%Language:CSS 1.9%Language:JavaScript 1.1%Language:CoffeeScript 0.6%