This is a user-friendly travel & tourism app.
This application aims at providing solutions that are currently fragmented since there's no all-in-one platform dedicated for travel & tourism.
- Real-time tourist place recommendation with built-in direction portal.
- Automated affordable hotels & lodgings when exploring a new region.
- Recommendations and choice for hiring local guides.
- Hassel-free payments with tracking the balance in app-wallet.
- Android App: Flutter using Dart
- Server: Node.js
In the root directory /
App/
: contains the code for the android appserver/
: contains the code for the Node server
ps: the backend is hosted on https://ghumo-server.herokuapp.com/
- App: Flutter Documentation
- Server:
- Clone this repository
cd server
yarn
- Start your local mongodb instance
yarn dev