LocateHub is a web platform that allows users to create profiles, input their geographical addresses, and view all users' locations on an interactive map on the homepage.
- User creation and management
- Geographical address input
- Interactive map displaying all user locations
- Locate users easily with map markers
- Frontend: React.js
- Backend: Node.js, Express.js
- Database: MongoDB (using MongoDB Compass for database management)
- Map Integration: React Leaflet
- Clone the repository:
git clone https://github.com/yourusername/LocateHub.git
- Navigate to the project directory:
cd LocateHub
- Install the dependencies for frontend
cd frontend npm install
- Install the dependencies for backend
cd backend npm install
- Open your browser and go to
http://localhost:3000
. - Use the form to create a new user by entering their geographical address.
- View all users on the interactive map on the homepage.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.