Verify Your Project
Verify Your Project
Go to your project root directory and type:
app run:project
Open a web browser and go to http://localhost:8080. You should see the main HTML page bundled with your App Engine project. Next, click the first link title Appcelerator Service Tester Tool. Click the Invoke Service button to test the bundled service. You should see the message:
I received from you: Hello,world
If you want to view the source code for the sample service go to:
[project_name]/app/services/hello_service.py
If you edit and save this service file, changes will be immediately visible in the servicetester, no need to even refresh the browser window.