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 +