Gobarber it's a fictitious barbershop app created by Rocketseat in order to teach its students how to create an entire application from scratch, using Node.js, React and React Native during the Bootcamp GoStack.
This app is created to help barbers to manage appointments for their clients
To get a local copy up and running follow these simple steps.
- Node.js - Install guide
- Yarn - Install guide
Run the commands below to install and run the app.
#Clone the project
git clone https://github.com/jvitormf/rs-bc-gs11-gobarber
#Go to backend folder
cd rs-bc-gs11-gobarber/backend
#Install dependencies
yarn
#Start the server
yarn dev:server
#Go to frontend folder
cd rs-bc-gs11-gobarber/frontend
#Install dependencies
yarn
#Start the server
yarn start
#Go to mobile folder
cd rs-bc-gs11-gobarber/mobile
#Install dependencies
yarn
#Start the server
yarn start
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature
) - Commit your Changes (
git commit -m 'Add some Feature
) - Push to the Branch (
git push origin Feature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
João Vitor - j.vitor.mf@gmail.com
LinkedIn - https://www.linkedin.com/in/jvitormf/