Skip to content

Application to schedule and manage beauty services, where service providers can register, and users can make appointments with these providers

Notifications You must be signed in to change notification settings

dihgo01/GobarberTypescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gobarber

⭐ Introduction

Application to schedule and manage beauty services, where service providers can register, and users can make appointments with these providers.

preview

🚀 Technologies

This project was developed at the RocketSeat GoStack Bootcamp with the following technologies:

🔨 Application Deploy

{...}

💻 How To Use

Cloning the project

$ git clone https://github.com/dihgo01/GobarberTypescript.git
$ cd GoBarberTypescript

Starting the API

$ cd api

# Creating the Database Docker Image:
# Inside the project, there is already a docker-compose.yml file that has the
# PostgreSQL as a database, just have Docker installed on your machine.
$ docker-compose up -d # It will start in the background and will not lock the shell

# Running migrations to the database and starting the project
$ yarn && yarn typeorm migration:run && yarn dev:server

Run in Insomnia

Starting Frontend

$ cd frontend
$ yarn && yarn start

Starting Mobile

$ cd mobile
$ yarn && yarn android && yarn start

Made with ♥ by Diego Candido 👋 Get in touch!

About

Application to schedule and manage beauty services, where service providers can register, and users can make appointments with these providers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published