https://github.com/jeffubayi/qwetu
Find and list hostels for sale or for rent.
https://github.com/jeffubayi/qwetu
firebase geocoding next
Last synced: 3 months ago
JSON representation
Find and list hostels for sale or for rent.
- Host: GitHub
- URL: https://github.com/jeffubayi/qwetu
- Owner: jeffubayi
- Created: 2022-02-28T02:44:10.000Z (over 4 years ago)
- Default Branch: major
- Last Pushed: 2023-07-18T03:42:17.000Z (almost 3 years ago)
- Last Synced: 2025-12-30T01:24:08.717Z (6 months ago)
- Topics: firebase, geocoding, next
- Language: JavaScript
- Homepage: https://vipi-six.vercel.app/
- Size: 194 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qwetu
Find and list hostels for sale or for rent. This is a React / Firebase v9 project
## Usage
### Geolocation
The listings use Google geocoding to get the coords from the address field. You need to either rename .env.example to .env and add your Google Geocode API key OR in the **CreateListing.jsx** file you can set **geolocationEnabled** to "false" and it will add a lat/lng field to the form.
### Run
```bash
npm start
```