From 7981b4b1636b323d36a1c2cb6712c1ae157782eb Mon Sep 17 00:00:00 2001 From: Krystian Piwowarczyk Date: Sun, 21 Jan 2024 18:46:29 +0100 Subject: [PATCH] Aktualizacja README - dodanie linku do prezentacji --- .idea/vcs.xml | 6 ++++++ README.md | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 2fe854a..12d544f 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,10 @@ faker.ssn() faker.user_agent() Zbiór ten reprezentuje typowe dane wprowadzane przez użytkowników do formularzy w aplikacjach webowych. +# Prezentacja do projektu + +Prezentacja do projektu znajduje się pod [tym adresem](https://docs.google.com/presentation/d/1wuFPxtUUxXAWrII6AM5XPYU7X3HW9_4IPoFCWmdVr8A/edit#slide=id.p). + +# Test jednostkowe Rest API + +Stworzonych zostało 8 testów API, zarówno dla metody GET jak i POST. \ No newline at end of file