From 24f085e17ad8de34b38b989bf8e6319399c458ad Mon Sep 17 00:00:00 2001 From: Arjun Sahni <46142444+Sahni-Arjun@users.noreply.github.com> Date: Tue, 5 Apr 2022 21:59:20 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1ea7979..41e250f 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,14 @@ Every page has a navbar at the top. There is a chat and profile icon. Clicking o +**Functionality** + +Our app has a fully functioning backend which supports the CRUD functionality for the following entites +1. We have a User entity which has the following attributes: Name, Email and Password, Sports and levels, Griends, Auth level, and suspended status +2. We have a Match which supports the following attributes: Players, Date, Sport and skill, and Location + +We also support searching the database for the above entites. +1. Matches can be searched for. They can be sorted and filtered based on location, friends, skill level and date. +2. Users can also be searched for +