{"id":24841684,"url":"https://github.com/artursantiago/gobarber-api","last_synced_at":"2026-04-11T03:04:26.009Z","repository":{"id":118947977,"uuid":"333449097","full_name":"artursantiago/gobarber-api","owner":"artursantiago","description":"An API to manage Barbershop","archived":false,"fork":false,"pushed_at":"2021-02-04T12:34:37.000Z","size":128,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T07:32:52.683Z","etag":null,"topics":["bcryptjs","expressjs","nodejs","postgresql","typeorm","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/artursantiago.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-27T14:35:01.000Z","updated_at":"2021-09-20T12:31:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"f4f4c7d5-445c-42e9-8dea-e211748a2135","html_url":"https://github.com/artursantiago/gobarber-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artursantiago%2Fgobarber-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artursantiago%2Fgobarber-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artursantiago%2Fgobarber-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artursantiago%2Fgobarber-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artursantiago","download_url":"https://codeload.github.com/artursantiago/gobarber-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245598317,"owners_count":20641884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bcryptjs","expressjs","nodejs","postgresql","typeorm","typescript"],"created_at":"2025-01-31T07:28:28.536Z","updated_at":"2025-12-30T20:33:50.283Z","avatar_url":"https://github.com/artursantiago.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoBarber API\n\n\u003e GoBarber API, an application that connects barbershops to customers in their regions.\n\n[![Author](https://img.shields.io/badge/author-artursantiago-ff9000?style=flat-square)](https://github.com/artursantiago)\n[![Languages](https://img.shields.io/github/languages/count/artursantiago/gobarber-api?color=%23ff9000\u0026style=flat-square)](#)\n[![Stars](https://img.shields.io/github/stars/artursantiago/gobarber-api?color=ff9000\u0026style=flat-square)](https://github.com/artursantiago/gobarber-api/stargazers)\n[![Forks](https://img.shields.io/github/forks/artursantiago/gobarber-api?color=%23ff9000\u0026style=flat-square)](https://github.com/artursantiago/gobarber-api/network/members)\n[![Contributors](https://img.shields.io/github/contributors/artursantiago/gobarber-api?color=ff9000\u0026style=flat-square)](https://github.com/artursantiago/gobarber-api/graphs/contributors)\n\n---\n\n# :pushpin: Table of Contents\n\n* [Features](#rocket-features)\n* [Installation](#construction_worker-installation)\n* [Getting Started](#runner-getting-started)\n* [Built With](#pick-built-with)\n* [Found a bug? Missing a specific feature?](#bug-issues)\n* [Contributing](#tada-contributing)\n* [License](#closed_book-license)\n\n\u003cbr /\u003e\n\n# :rocket: Features\n\n* Route to create a new user\n* Route to update user avatar\n\n* Route to create a authenticated session\n\n* Route to create a new appointment\n* Route to get the user appointments\n\n\n# :construction_worker: Installation\n\n**You need to install [YARN](https://yarnpkg.com/) and [NODE](https://nodejs.org/es/) first, then in order to clone the project via HTTPS, run this command:**\n\n```git clone https://github.com/artursantiago/gobarber-api.git```\n\nSSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:\n\n```git clone git@github.com:artursantiago/gobarber-api.git```\n\n**Install dependencies**\n\nYou need to install the dependencies of the project, so **run the above command on root and in each of this folders**:\n\n```yarn```\n\n\n# :runner: Getting Started\n\nRun the following command to start the application in a development environment:\n\n```yarn dev:server```\n\n\n# :pick: Built With\n\n - [Typescript](https://www.typescriptlang.org/)\n - [Node JS](https://nodejs.org/en/)\n - [Express JS](https://expressjs.com/)\n - [Bcryptjs](https://www.npmjs.com/package/bcryptjs)\n - [TypeORM](https://typeorm.io/)\n - [Postgres](https://www.postgresql.org/)\n\n# :bug: Issues\n\nFeel free to **file a new issue** with a respective title and description on the [GoBarber API](https://github.com/artursantiago/gobarber-api/issues) repository. If you already found a solution to your problem, **i would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/artursantiago/gobarber-api/blob/master/CONTRIBUTING.md) to find out about the coding standards.\n\n# :tada: Contributing\n\nCheck out the [contributing](https://github.com/artursantiago/gobarber-api/blob/master/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.\n\n# :closed_book: License\n\nReleased in 2021.\nThis project is under the [MIT license](https://github.com/artursantiago/gobarber-api/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartursantiago%2Fgobarber-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartursantiago%2Fgobarber-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartursantiago%2Fgobarber-api/lists"}