LeuAlmeida / aircnc

☕ Study project focused on replicating the Airbnb application using ReactJS and React Native libraries (via Rocketseat platform)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AirCnC | Code & Coffee

This is a study project only and has no involvement with the Airbnb brand. 📚

🔌 Requeriments

  • Node.JS >= 10.16.2
  • Yarn >= 1.17.3
  • Expo >= 3.1.2
  • NPM >= 6.9.0

Getting started - Backend

⚠️ IMPORTANT ⚠️

To make your own changes, please create your cluster in MongoDB Atlas

After create and init the cluster, change the database config in backend/src/server.js file
mongoose.connect('your-mongodb-connect-here

❗ The backend will start on 3333 port


💻 Getting started the frontend

❗ The frontend will start on 3000 port


📱 Getting started the mobile

❗ The backend will start on 19002 port and the Expo client on exp://YourLocalIP:19000 or Tunnel.

📰 Learn about how expo works here.


About

☕ Study project focused on replicating the Airbnb application using ReactJS and React Native libraries (via Rocketseat platform)

License:MIT License


Languages

Language:JavaScript 87.4%Language:CSS 9.7%Language:HTML 2.9%