Description | Technologies used | Prerequisites | Installing | Acknowledgments
Application designed to find developers geographically close to you and who have the same interests.
If you do not have any of the software below, follow the link to install
Follow the steps below to run the project on your computer. (using terminal or git bash)
- Clone this repository
git clone git@github.com:gustavo-tp/dev-radar.git
- Run Backend
cd dev-radar/backend
yarn
yarn dev
- Run WEB App
cd ../frontend
yarn
yarn start
- Run Mobile App
cd ../mobile
yarn
yarn start
Then open the Expo app on your phone and scanned the QR code.