https://github.com/gabrielmellooliveira/gobarber
:barber: Barber service scheduling project - (API, Web and Mobile App)
https://github.com/gabrielmellooliveira/gobarber
javascript nodejs react react-native
Last synced: 3 months ago
JSON representation
:barber: Barber service scheduling project - (API, Web and Mobile App)
- Host: GitHub
- URL: https://github.com/gabrielmellooliveira/gobarber
- Owner: gabrielmellooliveira
- License: mit
- Created: 2019-12-15T00:45:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T20:15:51.000Z (about 6 years ago)
- Last Synced: 2025-12-31T08:22:19.776Z (7 months ago)
- Topics: javascript, nodejs, react, react-native
- Language: JavaScript
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
goBarber
### 📜 Project
Project to barber service scheduling
Built with the most popular Javascript technologies in the world, this repository contains a REST API (Node.js) as a backend, a ReactJS application as a frontend and a mobile app in React Native.
The application in **Node.js** (backend) is a **REST API** written in **Node.JS** that serves data for both the frontend and the mobile.
The application in **ReactJS** (frontend) is for barbers to register their data and times.
The application in **React Native** is for the client to make an appointment with a barber of his choice.
### 🔽 Requirements
1. Have **NodeJs** and **Yarn** installed
2. Have **Redis** and **PostgreSQL** instances running
3. A **Android** device or emulator connected to the computer
### :rocket: Starting
1. ``git clone https://github.com/gabrielmellooliveira/gobarber``
2. ``cd gobarber``
### :rocket: Starting with the backend
1. ``cd backend``
2. ``yarn``
3. ``Create the .env file based on the .env.example``
4. ``yarn sequelize db:migrate``
6. ``yarn dev``
### 💻 Starting with the Front-End
1. ``cd frontend``
2. ``yarn``
3. ``yarn start``
### 📱 Getting started with Mobile (Android only)
1. ``cd mobile``
2. ``yarn``
5. ``react-native start``
6. ``react-native run-android``
Gabriel Mello