-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jonas Verhoelen
committed
May 1, 2019
1 parent
265fa38
commit f84643f
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |