Update README.md

This commit is contained in:
Arjun Sahni 2022-04-05 21:59:20 -04:00 committed by GitHub
parent fdbd372430
commit 24f085e17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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