This is a system used to allocate offices and living spaces at Amity to Andela employees.
Clone the repo
git clone https://github.com/andela-pwanjiru/Room_allocator.git
-
To view the allocated offices
python app.py --offices
-
To view the allocated livingspaces
python app.py --living
-
To view members in an office
python app.py --get office
-
To view members in a living space
python app.py --get living
-
To view the people not allocated offices
python app.py --show employees
-
To view all fellows without a livingspace.
python app.py --show fellows
nosetests