Skip to content

penny-wanjiru/room_allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Room_allocator Build Status

Coverage Status

Description

This is a system used to allocate offices and living spaces at Amity to Andela employees.

Setting up the program :

Clone the repo

git clone https://github.com/andela-pwanjiru/Room_allocator.git

How to run

  • 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

How to run tests:

nosetests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published