From 096eadce13ee9ddda0290588a0c6867909702f15 Mon Sep 17 00:00:00 2001 From: Piyush Sharma Date: Tue, 5 Apr 2022 21:45:01 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3276eb6..1ea7979 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Sports Matcher is an application that allows users to connect with other athlete **Built Using** -It is built using the React framework and the Material UI and React Bootstrap libraries. +It is built using the React framework and React Bootstrap library. It uses MongoDB for the database, Express for the server, and Axios for requests. **Instructions** -To use Sports Matcher, navigate to the sports-matcher directory in the repository and run the commands `npm i` and `npm start` in order. This should launch a localhost window in your browser which shows the homepage. +To use Sports Matcher, please go to https://hidden-bayou-86321.herokuapp.com -From here you can Sign In to your account using the username "admin" and password "admin" OR using the username "user" and password "user" as specified in the handout. +From here you can Sign In or Sign Up. Signing in as 'admin' will take you to the admin page. You will be able to see a list of current matches, users and suspended users. You will need to click the appropriate button for the correct table to appear.