## Forking the Repository
1. **Fork the Repository:**
- Go to the GitHub repository you want to fork.
- Click the "Fork" button in the upper right corner.
2. **Clone Your Forked Repository:**
```bash
git clone https://github.com/your-username/original-repo.git
cd original-repo
-
Navigate to the React App Directory:
cd path/to/your/Proctify-backend
-
Install Dependencies:
npm install
-
Start the Development Server:
npm start