https://github.com/guilhermebkel/airbnb-clone
A clone app of Airbnb - an online marketplace for arranging or offering lodging, primarily homestays, or tourism experiences.
https://github.com/guilhermebkel/airbnb-clone
airbnb clone fake nodejs react reactnative
Last synced: 7 months ago
JSON representation
A clone app of Airbnb - an online marketplace for arranging or offering lodging, primarily homestays, or tourism experiences.
- Host: GitHub
- URL: https://github.com/guilhermebkel/airbnb-clone
- Owner: guilhermebkel
- Created: 2019-10-03T22:45:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T16:25:56.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T14:45:40.488Z (9 months ago)
- Topics: airbnb, clone, fake, nodejs, react, reactnative
- Language: JavaScript
- Homepage: https://guilhermebkel.github.io/Fake-Airbnb
- Size: 18 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fake Airbnb
![]()
A clone app of Airbnb - an online marketplace for arranging or offering lodging, primarily homestays, or tourism experiences.## Dependencies
```npm run install```## Environmental Variables (api)
```
PORT=3333
SERVER_URL=http://localhost:3333
MONGO_URI=
NODE_ENV=development
```