Project | Technologies | Layout | How to use | License
Schedule and manage appointments in barber shops.
Back-end
Front-end
Mobile
To clone and run this application, you'll need:
From your command line:
# Clone this repository
$ git clone https://github.com/1TATO/Go-Barber.git
# Go into the repository
$ cd Go-Barber
$ cd back-end
# Install dependencies
$ yarn install
# Set up you environmnet variables based on the examples of $.env.example
# Start database
$ docker start gostack_postgres
$ docker start mongodb
$ docker start redis
# Start server
$ yarn dev:server
# server running on port 3333
# Clone this repository
$ git clone https://github.com/1TATO/Go-Barber.git
# Go into the repository
$ cd Go-Barber
$ cd front-end
# Install dependencies
$ yarn install
# Start server
$ yarn start
# server running on port 3000
# Clone this repository
$ git clone https://github.com/1TATO/Go-Barber.git
# Run Android Studio
# Go into the repository
$ cd Go-Barber
$ cd mobile
# Install dependencies
$ yarn install
# Start server
$ yarn android
This project is under the MIT license. See the LICENSE for more information.
Made with ♥ by José Neto 👋 Get in touch!