Update README Technical Document authored by Haleema Ahmed (qhd167)'s avatar Haleema Ahmed (qhd167)
Installation Guide for DocDirectory
**Installation Guide for DocDirectory**
1. Prepare Your Environment Create an empty folder on your computer where you'd like to install the code for DocDirectory). Open Visual Studio Code (VSCode) - Launch VSCode and navigate to the folder you created by selecting "File" \> "Open Folder" in the top menu.
2. Clone the Repository Access the Terminal - In VSCode, go to the top menu bar and click on "Terminal", then select "New Terminal". In the terminal, enter the following command: git clone https://git.cs.usask.ca/gmj287/370-project.git This will clone the necessary files and code into your current folder.
......@@ -9,9 +9,9 @@ Open a New Terminal: Use the same method to open a new terminal in VSCode. Navig
After following these steps, you should have successfully installed and initiated DocDirectory on your system. You can now access it via your web browser using [http://localhost:3000/](http://localhost:3000/)
How to Use DocDirectory
**How to Use DocDirectory**
For Doctors:
**For Doctors:**
1. Getting Started: Sign Up or Log In
2. Dashboard:
......@@ -28,7 +28,7 @@ For Doctors:
-Reviews: Click on “My Reviews” to view reviews patients have posted about you
```
For Patients:
**For Patients:**
1. Getting Started: Sign Up or Log In
2. Browsing Doctors:
......
......