- AirCnC is a online service for Developers that want to find some spots to use with companys that uses same stacks and frameworks. The goal is to connect people and share ideas.
- This project is a result of Semana OmniStack 9 (presented by Rocketseat)
Build Stack | How To Use | Note | License
You will need Git to clone this repository. You will also need Node.js, Nodemon and Yarn on your computer to run the application. From your command line, run:
# Clone this repository
$ git clone https://github.com/gstvds/AirCnC
# Go to the repository folder
$ cd AirCnC
# Install dependencies for backend server
$ cd backend
$ yarn install
# Install dependencies for frontend
$ cd frontend
$ yarn install
# Install dependencies for mobile
$ cd mobile
$ yarn install
# Run the backend server
cd backend
$ yarn dev
# Run the frontend server
$ cd frontend
$ yarn start
# To run the React Native Server
$ cd mobile
$ yarn start
# To run the App from simulator, you need to open your simulator first (works with Android and iOS (macOS only)) and then go to Expo website and click "Run on Simulator".
# If you want to run with your smartphone, just open your Expo Client app and scan Expo QR Code.
Frontend and Mobile version: Work in progress...
This project is under MIT License. Check the LINCESE for more information.