- Go to the project directory: /play-api.
- Open terminal on that directory and type: ./run.sh. You should see Listening to http://localhost:5000/.
Type the following URL in your browser.
- localhost:5000/ - this should show the following message: {"msg":"Congrats! It works!"}
- localhost:5000/test?email=[email protected] - this should show the following message: {"msg":"[email protected]"}