Skip to content
This repository was archived by the owner on Mar 14, 2022. It is now read-only.

Johnny-Saraiva/go-barber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

162 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gobarber

💈 GoBarber 💈

Last commit on GitHub Made by Johnny Project top programing language GitHub license

About the Project   |    Technologies   |    Getting Started   |    Contacts   |    License   


GoBarber


GoBarber


💻 About the Project

GoBarber is a tutorial project made on Rocketseat's GoStack Bootcamp, a complete application with Backend using Node.js, Frontend with ReactJS and Mobile with React Native.

🔨 Technologies

This project was built with:

🚀 Getting Started

Clone or Download the Repository

$ git clone https://github.com/Johnny-Saraiva/go-barber.git

# Back-end server 
$ cd go-barber/backend

# Front-end web 
$ cd go-barber/frontend

# Mobile
$ cd go-barber/mobile

Installing Dependencies

# if you use yarn, run this:

$ yarn

or

# if you use npm, run this:

$ npm install

Installing Docker Image

# Install the Postgres image on the docker:

$ docker run --name gostack-postgres -e POSTGRES_USER=docker -e POSTGRES_DB=gobarber -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgres

# start Postgres
$ docker start gostack-postgres

Back-end

# run migrations
$ yarn typeorm migration:run

# start server
$ yarn dev:server

Frontend

$ cd frontend

$ yarn

$ yarn start

Mobile

$ cd mobile

$ yarn

# If you want to run with an iPhone simulator, but need to have a mac and Xcode configured.
$ yarn ios

# If you want to run with an Android
$ yarn android

📫 Contacts

Connect with me on LinkedIn.

📝 License

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


Made with ❤️ by Johnny Saraiva 👋 Get in touch!

About

Aplicativo para💈 Barbearia💈 criado no Bootcamp da 🚀 Rocketseat 🚀 para estudo das tecnologias: Typescript com NodeJS, ReactJS e React Native.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors