AlvaroIsrael
gobarber-app
TypeScript

๐Ÿ’ˆA BarberShop app made with React, React Native and Node.

Last updated Nov 29, 2025
50
Stars
13
Forks
4
Issues
0
Stars/day
Attention Score
5
Language breakdown
No language data available.
โ–ธ Files click to expand
README

GoBarberApp

CodeQLCI

A concept (yet fully-functional) barber shop app!

Technologies Used โ€ข How To Use โ€ข Contributing โ€ข License


Made with โค๏ธ by Alvaro Israel ๐Ÿ‘๐Ÿป Get in Touch!

Hit the โญ๏ธ button if you like this project!


Preview

Go Barber App

๐Ÿ† Technologies Used

๐Ÿ’ป How to Use

Install system dependencies

Clone

In your command line:

$ git clone https://github.com/AlvaroIsrael/gobarber-app.git
$ cd gobarber-app

Frontend

# Go into frontend folder
$ cd gobarber-frontend

Install dependencies

$ yarn install

Run the app

$ yarn start

Backend

See How to Run inside the gobarber-backend project folder for more details.

# Go into backend folder
$ cd gobarber-backend

Install dependencies

$ yarn install

Install the 3 databases needed to run this program. See 'How to Run' above for more details.

Run the migrations

$ yarn typeorm migration:run

Run the app

$ yarn dev:server

Mobile

# Go into mobile folder
$ cd gobarber-mobile

Install dependencies

$ yarn install

Run the app

$ yarn start

๐Ÿค Contributing

Fork this repository - click [fork][].

# Create your feature branch:
$ git checkout -b feature/myAwesomeFeature

Commit your changes:

$ git commit -m 'feat: Added some new awesomeFeature'

Push to the branch:

$ git push -u origin feature/myAwesomeFeature

Then go to [Pull Requests][] and make a new one.

Resources:

  • Read more about commits in [conventional commits][].
  • Read more about how to open a Pull Request from [GitHub official documentation][].
[fork]: https://github.com/AlvaroIsrael/gobarber-app/fork [Pull Requests]: https://github.com/AlvaroIsrael/gobarber-app/pulls [conventional commits]: https://www.conventionalcommits.org/en/v1.0.0/ [GitHub official documentation]: https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request

๐Ÿ“ License

This software is under MIT license. See LICENSE for more details.

ยฉ 2026 GitRepoTrend ยท AlvaroIsrael/gobarber-app ยท Updated daily from GitHub