Skip to content

Commit

Permalink
extend docs for 03-...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Verhoelen committed May 1, 2019
1 parent 265fa38 commit f84643f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/03-server-application-design.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 03 – Cut and design of the Backend

This branch introduces a proposal how to cut features in the backend: where to put data access, business logics and request handling.

Like always, `npm start` the server and try out the new enpoints:

1. `http://localhost:8000/api/cat` – Get all available cats
2. `http://localhost:8000/api/cat/1` – Now there are some more cats and details available. Try Cat ID 1 to 5.
3. `http://localhost:800/api/statistics/cat` – It responds statistics about all cats

0 comments on commit f84643f

Please sign in to comment.