To get started with this project, follow these steps:
-
Fork this repository
-
Clone this repository to your local machine:
git clone https://github.com/sumanth2002629/SportR.git
- Install the required dependencies for backend and frontend:
cd SportR
cd ./backend && npm install
cd ../SportR-frontend && npm install
-
Configure the local MongoDB server.
-
Start the backend server:
cd backend && npm start
- Start the frontend server:
cd frontend && npm run dev
- Access the application in your web browser at http://localhost:5173