Skip to content

cadohr/rocketseat-bootcamp-gobarber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Barber

GoBarber

About

An application for users to book appointments

Installation

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