Skip to content

A React, React Native and Node application that will help hair dressers and barbers schedule an appointment with their clients.

License

Notifications You must be signed in to change notification settings

geraldobraz/go-barber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Barber

🚀 Getting Started

🚨 Prerequisites

🐳 Configure databases using docker

  1. Create the required containers
    docker run --name postegres -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgres
    docker run --name mongo -p 27017:27017 -d -t mongo
    docker run --name redis -p 6379:6379 -d -t redis:alpine
    
  2. Create a postgres databse (I used DBeaver) and then run the migrations
    yarn dev:server
    
  3. Start the containers before starting the backend
    docker start <container_id>
    

📥 Installing dependencies

Inside the project's folder, run:

yarn

Backend

🏎 Running application

yarn dev:server

Frontend

🏎 Running application

yarn start

Mobile

🏎 Running application

yarn ios

or

yarn android

📷 Screens

🛠 Built With

  • Node - JavaScript runtime environment
  • ReactJs - A declarative, efficient, and flexible JavaScript library for building user interfaces.
  • Yarn - Package Manager
  • Express - Web framework used NodeJS
  • TypeScript - Typed Superset of JavaScript - used as a development dependency
  • Docker - Complete environments in containers

🎖 Author

📝 License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A React, React Native and Node application that will help hair dressers and barbers schedule an appointment with their clients.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published