From 9811dd5b77909ccb05a8a14c25b2dd62663c7722 Mon Sep 17 00:00:00 2001 From: ZyLacx Date: Tue, 25 Jul 2023 15:30:40 +0200 Subject: [PATCH] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..68b8b4d --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +This is a completed assignment I got from a company for work interview. +The assignment was to make REST API for tenis reservation system, where you can create, update or delete reservations.