Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fsonmezay committed Oct 22, 2016
1 parent 109c597 commit 46ec381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ I will call this file `main.html` and I'll save it into `static/partials/ `folde

now we can run our application `mvn spring-boot:run` and you should see this screen below.

<img src="/images/restapi-screen-1.png" class="img-responsive center-block" style="padding:10px; border: #ccc 1px solid; background-color:#fff; width:100%">
<img src="http://ferdisonmezay.com/images/restapi-screen-1.png" class="img-responsive center-block" style="padding:10px; border: #ccc 1px solid; background-color:#fff; width:100%">

Here is third [commit](https://github.com/fsonmezay/restapi-issue-tracker/commit/5b235531b220739ac0062a9f5355bc14bb42437d) for adding AngularJs to the project.

Expand Down Expand Up @@ -687,7 +687,7 @@ Finally add an html file in partials folder called `developers.html` to display

After the latest changes, when you click on "DEVELOPERS" link, you should be seeing the screen below.

<img src="/images/restapi-screen-2.png" class="img-responsive center-block" style="padding:10px; border: #ccc 1px solid; background-color:#fff; width:100%">
<img src="http://ferdisonmezay.com/images/restapi-screen-2.png" class="img-responsive center-block" style="padding:10px; border: #ccc 1px solid; background-color:#fff; width:100%">

Here is next, [commit](https://github.com/fsonmezay/restapi-issue-tracker/commit/6fdb1224f1b02b72a7748f90f2b0084dd05d2935) for adding developer crud operations.

Expand Down

0 comments on commit 46ec381

Please sign in to comment.