A web application connecting travelers with local experiences and guides.
LocalEyes helps travelers discover authentic local experiences by connecting them with local guides and community recommendations.
- Node.js (v14 or higher)
- npm
- Clone the repository
git clone https://github.com/pvanagha007/LocalEyesNew.git
cd LocalEyesNew- Install client dependencies
cd client
npm install- Install server dependencies
cd ../server
npm install- Run the application
Start the server:
cd server
npm startStart the client (in a new terminal):
cd client
npm startThe app will run on http://localhost:3000
- Frontend: React
- Backend: Node.js
- Database: Firebase