An open API service indexing awesome lists of open source software.

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.

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
```