DEV Community

Discussion on: Making an Airbnb clone in Vue3 (Desktop + Mobile PWA) + Admin Backend

Collapse
 
may4eto profile image
Maya

What did you use for the backend?

Collapse
 
andreocosta2 profile image
Andreo Costa

Custom build with firebase for db and prime-vue for the html and css components.

Collapse
 
may4eto profile image
Maya

So you don't need a backend language like PHP or Python or Ruby?

Thread Thread
 
andreocosta2 profile image
Andreo Costa

No, both the admin and client front-end are hosted on free stuff like surge. as for the DB , firestore is used. Authentication is Auth0
smtp is my google account with smtp.js
phone validation is namsor
ip geolocation is IpGeolocation, free
etc..

Thread Thread
 
andreocosta2 profile image
Andreo Costa

Admin is made with sigma-vue, a vue 3 admin template with components included
github.com/primefaces/sigma-vue
Database is firebase/firestore

Thread Thread
 
eddie_v_55ab8c4bfe2d3e28d profile image
Eddie v

Hey Andreo, Great job on the AirBNB clone you developed. Is the code available in a repository or available for purchase? Let me know how i can contact you and we can discuss further.