Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oybekkayumov/house-marketplace
Find and list houses for sale or for rent.
https://github.com/oybekkayumov/house-marketplace
firebase firebase-auth firebase-database react
Last synced: 28 days ago
JSON representation
Find and list houses for sale or for rent.
- Host: GitHub
- URL: https://github.com/oybekkayumov/house-marketplace
- Owner: OybekKayumov
- Created: 2022-05-21T06:57:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T15:08:51.000Z (over 2 years ago)
- Last Synced: 2024-10-02T14:41:31.860Z (about 2 months ago)
- Topics: firebase, firebase-auth, firebase-database, react
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# House Marketplace
## Find and list houses for sale or for rent. This is a React / Firebase v9 project from the React Front To Back 2022 course.## 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
### npm start