App where you can create your account and book your appointment with the barber you want, by looking at the available dates, and you can also be a provider of the app, providing your service for others consumers.
- Node.js
- Typescript
- Postgres
- MongoDB
- Redis
- React
- React Native
Running the api -> https://github.com/felipekafuri/gobarber-api
git clone https://github.com/felipekafuri/GoBarber
cd GoBarber/backend
yarn
yarn dev:server
Running the web -> https://github.com/felipekafuri/gobarber-web
cd GoBarber/gobarber-web
yarn
yarn start
Running the mobile -> https://github.com/felipekafuri/gobarber-mob.git
cd GoBarber/appgobarber
yarn
yarn run android
yarn start