/go_barber_app

:scissors: A service appointment schedule app for customers (React Native)

Primary LanguageJavaScript

Go Barber - APP

About

This project was developed over the Rocketseat bootcamp course and it's part of my portifolio. It's an application that helps customers schedule appointments with service providers

Integration

This app is intented to communicate with an NodeJS API. This app is intended to the customers, so there's a web app, built with React, designed to the providers.

⬇️ Installing

Cloning the repo

git clone https://github.com/CaioQuirinoMedeiros/go_barber_app.git

cd go_barber_app

Installing dependencies

yarn install

Make sure you have react-native environment properly configured

📡 Connecting with the server API

  1. Follow the instructions on go_barber-api to have the server up and running
  2. Create a .env file and set a variable REACT_APP_API_URL with the value of your server url
  • It should looks like this: CREATE_APP_API_URL=http://127.0.0.1:3333
  1. Run adb reverse tcp:3333 tcp:3333 so the app can communicate with the backend

🏃 Running

  • Android
    react-native run-android
  • iOS
    react-native run-ios

run metro-bundler whenever needed

react-native start