/open-room

ReactJS/ React Native AirBnB like for coworking spaces - Backend / Frontend / Mobile

Primary LanguageJavaScript

Aircnc - Air Code and Coffe | Rent coworking spaces for developers

📚 This is a study project made for fun using React, React Native and Node.js.

💥 Tech Stack

  • React.Js
  • Redux
  • Socket.io
  • Mongodb
  • Node.JS
  • Multer
  • Express
  • React Native
  • Expo

🔌 Requeriments

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

Getting started - Backend

⚠️ IMPORTANT ⚠️

Create your own cluster in MongoDB Atlas

After having the cluster created and initialized, 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.