Skip to content

Commit

Permalink
readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eduzol committed Sep 15, 2016
1 parent f05afcc commit db5229c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ User management for educational services
# running the application
1. Run `mvn clean install` on base directory
2. Run `java -jar target/educational-services-api.jar` on base directory
3. Visit (http://localhost:8080/demo)[http://localhost:8080/demo] to see a sample sorted list
4. Visit (http://localhost:8080/jsondoc-ui.html?url=http://localhost:8080/jsondoc)[http://localhost:8080/jsondoc-ui.html?url=http://localhost:8080/jsondoc] to see API documentation
3. Visit [http://localhost:8080/demo](http://localhost:8080/demo) to see a sample sorted list
4. Visit [http://localhost:8080/jsondoc-ui.html?url=http://localhost:8080/jsondoc](http://localhost:8080/jsondoc-ui.html?url=http://localhost:8080/jsondoc) to see API documentation

# educational-services-api in the cloud
1. For convenience, an instance of this api is deployed on AWS :

* (http://ec2-54-213-149-42.us-west-2.compute.amazonaws.com:8080/educational-services-api/jsondoc-ui.html?url=http://ec2-54-213-149-42.us-west-2.compute.amazonaws.com:8080/educational-services-api/jsondoc)[API Documentation]
[http://ec2-54-213-149-42.us-west-2.compute.amazonaws.com:8080/educational-services-api/jsondoc-ui.html?url=http://ec2-54-213-149-42.us-west-2.compute.amazonaws.com:8080/educational-services-api/jsondoc](API Documentation)


* (http://ec2-54-213-149-42.us-west-2.compute.amazonaws.com:8080/educational-services-api/demo)[API Demo endpoint]
[http://ec2-54-213-149-42.us-west-2.compute.amazonaws.com:8080/educational-services-api/demo](API Demo endpoint)

0 comments on commit db5229c

Please sign in to comment.