This is a gumi app built with React, Node.js, and MongoDB. The app allows users to search for guider by location and contact them and can hangout with them in local street .
- Search for Guider by location
- View Guider profiles
- You can be the guider and help outsider to explore your city and local street
To setup the app locally, follow these steps:
- Node.js (version 14 or higher)
- MongoDB (version 4 or higher)
- npm (version 6 or higher)
- Clone the repository using
git clone https://github.com/your-username/ride-sharing-app.git
- Navigate to the project directory using
cd GUMI
- Navigate to the project directory using
cd frontend
- Install dependencies using
npm install
- Navigate to the project directory using
cd backend
- Install dependencies using
npm install
- Create .env file and add mongoose local URl
- Navigate to the project directory using
cd backend
- Start the server using
npm start
- Navigate to the project directory using
cd frontend
- Open a new terminal window and start the client using
npm run dev
- Open a web browser and navigate to
http://localhost:5713
Contributions are welcome! If you'd like to contribute to the app, please fork the repository and submit a pull request.
This project is licensed under the MIT License.