Skip to content

Schedule and manage appointments in barber shops.

License

Notifications You must be signed in to change notification settings

1TATO/Go-Barber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

160 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!