Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.4 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.4 KB

Build Status

AMITY-MARYANNE

Amity is a room allocation system for one of Andela's facilities. The system allows you to create rooms in Amity, Add people to Amity, allocate the added people to rooms in Amity. Amity rooms could be offices or living spaces. Every member of Amity can get an office. A fellow can decide whether they want a living space but a member of staff cannot get a living space.

INSTALLATION

  • Clone repository

    [email protected]:NgangaMaryanne/Amity-maryanne.git

  • Create Virtual Environment You will need to have virtualenvwrapper installed. Run command: mkvirtualenv Amity workon Amity

  • Install requirements

    pip install -r requirements.txt

  • Run the amity script on interactive terminal.

    • Open your terminal
    • Enter command:

    python run.py -i

  • Interact with Amity by issuing Amity commands discussed below.

AMITY COMMANDS.

Upon running the python run.py -i command, the screen below appears. It contains all Amity commands and the arguments required by each command.

SAMPLE USAGE

Watch video below for a clearer picture of interacting with Amity.