KO
|
EN
gitlite โ search
Search
#java
#swift
#docker
#javascript
#css
#react
#python
#game
#library
#android
#nodejs
#dotfiles
AirbnbClone
โ 48
Open GitHub โ
No description available.
Download README (.md)
Explore Similar Repositories
rozbnb
:
No description available.
DecentralAirbnb
:
This a decentralized web3.0 version of the AIRBNB renting website built on top of the Ethereum blockchain
django-airbnb-clone
:
๐ Airbnb Clone Coding with Python & Django ๐
airbnb-clone
:
Recreating the Airbnb frontend with Vivid!
AirBnB_clone
:
Building a full web application AirBnB-clone
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
AirbnbClone
?
Download (.md)
# Airbnb Clone Airbnb clone developed on the simcoder youtube chanel. It is made using MERN and firebase for the Auth system. ## Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. ### Prerequisites What things you need to install the software and how to install them 1. Docker-Compose > check the following [link](https://docs.docker.com/compose/install/) on how to install docker-compose ## Setting up firebase 1. Go to your firebase dashboard -> authentication -> sign-in method and enable google 2. Go to firebase dashboard -> project Settings -> add web app and get the contents of firebaseConfig pasting them onto the variable firebaseConfig in frontend/src/Login/Login.js 3. Go to your firebase dashboard -> Project Settings -> Service accounts 1. Generate new private key copy the content and paste it into backend/src/config/serviceAccountKey.json 2. Go to backend/src/functions/user.js and change the admin.initializeApp() content for the one in the service account page. ## Deployment A step by step series of examples that tell you how to get a development env running. ``` > sudo systemctl start docker (or the equivalemnt for your OS) > sudo docker-compose up --build ``` ## Authors * **SimCoder** - *Main Dev* - [Simcoder](https://simcoder.com) ## License This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details