{"id":27378960,"url":"https://github.com/geraldobraz/go-barber","last_synced_at":"2026-04-12T02:35:37.130Z","repository":{"id":55350292,"uuid":"275038295","full_name":"geraldobraz/go-barber","owner":"geraldobraz","description":"A React, React Native and Node application that will help hair dressers and barbers schedule an appointment with their clients.","archived":false,"fork":false,"pushed_at":"2021-02-17T19:01:00.000Z","size":21084,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T20:54:05.700Z","etag":null,"topics":["node","reactjs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geraldobraz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-25T23:56:46.000Z","updated_at":"2022-11-29T12:31:34.000Z","dependencies_parsed_at":"2022-08-14T22:00:41.717Z","dependency_job_id":null,"html_url":"https://github.com/geraldobraz/go-barber","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"geraldobraz/web-template-project","purl":"pkg:github/geraldobraz/go-barber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldobraz%2Fgo-barber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldobraz%2Fgo-barber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldobraz%2Fgo-barber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldobraz%2Fgo-barber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geraldobraz","download_url":"https://codeload.github.com/geraldobraz/go-barber/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldobraz%2Fgo-barber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31702580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["node","reactjs","typescript"],"created_at":"2025-04-13T13:37:35.639Z","updated_at":"2026-04-12T02:35:37.106Z","avatar_url":"https://github.com/geraldobraz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Barber\n\u003ch1 align=\"center\"\u003e\u003cimg src=\".github/logo.svg\"/\u003e\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n   ![Node Badge](https://img.shields.io/badge/-Node.js-4d8939) ![React Badge](https://img.shields.io/badge/-React.js-7bdcfe) ![React Native Badge](https://img.shields.io/badge/-React_Native-7bdcfe)\n\n   [Backend](#Backend) | [Frontend](#Frontend) | [Mobile](#Mobile)\n\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\".github/demo.gif\"\u003e\n\u003c/p\u003e\n\n## 🚀 Getting Started\n\n### 🚨 Prerequisites\n#### 🐳 Configure databases using docker\n\n1. Create the required containers\n    ```\n    docker run --name postegres -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgres\n    docker run --name mongo -p 27017:27017 -d -t mongo\n    docker run --name redis -p 6379:6379 -d -t redis:alpine\n    ```\n2. Create a postgres databse (I used DBeaver) and then run the migrations\n    ```\n    yarn dev:server\n    ```\n3. Start the containers before starting the backend\n    ```\n    docker start \u003ccontainer_id\u003e\n    ```\n\n\n#### 📥 Installing dependencies\nInside the project's folder, run:\n\n```\nyarn\n```\n\n### Backend\n### 🏎 Running application\n```\nyarn dev:server\n```\n\n### Frontend\n### 🏎 Running application\n```\nyarn start\n```\n\n### Mobile\n### 🏎 Running application\n```\nyarn ios\n```\nor\n```\nyarn android\n```\n\n### 📷 Screens\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\".github/web-sign-in.png\"\u003e\n    \u003cimg src=\".github/register-yourself.png\"\u003e\n    \u003cimg src=\".github/provider-dashboard.png\"\u003e\n    \u003cimg src=\".github/user-dashboard.png\"\u003e\n\u003c/p\u003e\n\n## 🛠 Built With\n\n* [Node](https://nodejs.org/) - JavaScript runtime environment\n* [ReactJs](https://reactjs.org/) - A declarative, efficient, and flexible JavaScript library for building user interfaces.\n* [Yarn](https://yarnpkg.com/) - Package Manager\n* [Express](https://expressjs.com/) - Web framework used NodeJS\n* [TypeScript](https://www.typescriptlang.org/) - Typed Superset of JavaScript - used as a development dependency\n* [Docker](https://www.docker.com/) - Complete environments in containers\n\n## 🎖 Author\n* **Geraldo Braz** - *Initial work* - [@geraldobraz](https://github.com/geraldobraz)\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeraldobraz%2Fgo-barber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeraldobraz%2Fgo-barber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeraldobraz%2Fgo-barber/lists"}