Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 645 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 645 Bytes

Getting started

To get started with this project, follow these steps:

  1. Fork this repository

  2. Clone this repository to your local machine:

git clone https://github.com/sumanth2002629/SportR.git
  1. Install the required dependencies for backend and frontend:
cd SportR
cd ./backend && npm install
cd ../SportR-frontend && npm install
  1. Configure the local MongoDB server.

  2. Start the backend server:

cd backend && npm start
  1. Start the frontend server:
cd frontend && npm run dev
  1. Access the application in your web browser at http://localhost:5173