This is a generic shell that can run all the AME REST transactions. Please note that this is just a functional non-aesthetic shell.
Install:
- You will need Python, Django, and git installed and ability to use command line.
- Clone this repo. Typically this would be done with this command: 'git clone https://github.com/jazzbox35/AME_Client.git'.
- Navigate to your repo folder, change director/folder to ame_client_project.
- Issue command: "python manage.py runserver" after you navigate to the project folder (some installations require "python3").
- Enter http://localhost:8000/ame_client_app/ in your browser.
- In order to work the remote server has to be up. If you get an error contact Mike @ [email protected].
For custom configuration, see the file:
AME_Client/ame_client_project/ame_client_app/config.py