An application for users to book appointments
Clone the project with
git clone https://github.com/cadohr/rocketseat-bootcamp-gobarber.git
Get in the project path
cd rocketseat-bootcamp-gobarber
Then install the dependencies in server folder
cd server && yarn
Copy .env.example and rename to .env and fill all environments
Start server with:
yarn dev
Then install the dependencies in web folder
cd web && yarn
Start web with:
yarn start
Then install the dependencies in mobile folder
cd mobile && yarn
Start mobile with (Android):
react-native run-android
or Start mobile with (IOS):
react-native run-ios