Skip to content

sumanth2002629/SportR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Website for renting sports equipment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published