victorvf / goBarber

:scissors: A fullstack javascript application to manage a barber shop (Node.js, React, React Native) GOSTACK 10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoStack

“Stay hungry, stay foolish - Steve Jobs”

About   |    Install   |    Result   |    License

💡 About

In this project, a complete stack was developed, where we used:

to build the goBarber, application where you manage a barber shop, the backend being responsible for all logistics of the application, frontend for company use, thus managing all appointments and mobile for user, where they can check available hours of your best barber and confirm a haircut.

💻 Install

Clone

git clone https://github.com/victorvf/goBarber.git

Node.js

- cd backend

- docker-compose build

- docker-compose up

React

- cd frontend

- yarn install

- yarn start

React Native -> (I developed this application using my own cell phone(ANDROID), then the access settings are with my machine address, we will have to modify them.)

- cd mobile

- config/ReactotronConfig.js -> .configure({ host: 'your host' })
- services/api.js -> baseURL: 'http://yourhost:3333',

- yarn install

- yarn android

- yarn start

💥 Result

GoStack

📝 License

this project is under the MIT license. See the archive LICENSE for more details.

About

:scissors: A fullstack javascript application to manage a barber shop (Node.js, React, React Native) GOSTACK 10


Languages

Language:JavaScript 87.5%Language:Java 4.6%Language:Ruby 3.7%Language:Objective-C 3.0%Language:HTML 0.7%Language:Starlark 0.4%Language:Dockerfile 0.1%