1TATO / Go-Barber

Schedule and manage appointments in barber shops.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoBarber

Made by JoséNeto GitHub top language GitHub language count License Stargazers

GoBarber

Project   |    Technologies   |    Layout   |    How to use   |    License


Homepage

GoBarber


Create Account Page

CreateAccountPage


Forgot Password Page

ForgotPasswordPage


Calendar Without Appointments

CalendarWithoutAppointments


Calendar With Appointments

CalendarWithAppointments


Edit Profile Page

EditProfilePage

💻 Project

Schedule and manage appointments in barber shops.

🚀 Technologies

Back-end

Front-end

Mobile

🏷️ Layout

ℹ️ How To Use

To clone and run this application, you'll need:

From your command line:

Database & Back-end

# 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

Front-end

# 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

Mobile

# 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

📝 License

This project is under the MIT license. See the LICENSE for more information.


Made with ♥ by José Neto 👋 Get in touch!

About

Schedule and manage appointments in barber shops.

License:MIT License


Languages

Language:TypeScript 93.5%Language:Java 2.8%Language:Objective-C 2.0%Language:JavaScript 0.4%Language:Ruby 0.4%Language:Starlark 0.3%Language:Handlebars 0.2%Language:HTML 0.2%Language:Shell 0.1%