├── github ├── logo.png ├── youtube.png ├── AppGobarber.gif ├── NewGoBarber.gif ├── WebGoBarber.gif └── SignGoBarber.gif ├── .gitmodules └── README.md /github/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARTHURPC03/NewGoBarber-FullStack/HEAD/github/logo.png -------------------------------------------------------------------------------- /github/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARTHURPC03/NewGoBarber-FullStack/HEAD/github/youtube.png -------------------------------------------------------------------------------- /github/AppGobarber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARTHURPC03/NewGoBarber-FullStack/HEAD/github/AppGobarber.gif -------------------------------------------------------------------------------- /github/NewGoBarber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARTHURPC03/NewGoBarber-FullStack/HEAD/github/NewGoBarber.gif -------------------------------------------------------------------------------- /github/WebGoBarber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARTHURPC03/NewGoBarber-FullStack/HEAD/github/WebGoBarber.gif -------------------------------------------------------------------------------- /github/SignGoBarber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARTHURPC03/NewGoBarber-FullStack/HEAD/github/SignGoBarber.gif -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "mobile"] 2 | path = mobile 3 | url = https://github.com/ARTHURPC03/AppNewGoBarber 4 | [submodule "web"] 5 | path = web 6 | url = https://github.com/ARTHURPC03/New-GoBarber-Web 7 | [submodule "back-end"] 8 | path = back-end 9 | url = https://github.com/ARTHURPC03/NewGoBarber 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
4 | The monorepo of a application that allows users to schedule an appointment with their favorite barber and show the barber their schedule for the day.
8 | 9 |
11 |
12 |
13 |
60 | See my Youtube channel!