{"id":15671911,"url":"https://github.com/jpedroschmitz/gobarber-api","last_synced_at":"2025-05-06T20:28:47.483Z","repository":{"id":37273167,"uuid":"198219071","full_name":"jpedroschmitz/gobarber-api","owner":"jpedroschmitz","description":":barber: An API for barber appointment and scheduling.","archived":false,"fork":false,"pushed_at":"2023-12-15T17:50:26.000Z","size":1235,"stargazers_count":15,"open_issues_count":19,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T02:41:12.737Z","etag":null,"topics":["express","redis","sentry","sequelize","yup"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jpedroschmitz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2019-07-22T12:28:43.000Z","updated_at":"2024-01-18T21:42:51.000Z","dependencies_parsed_at":"2024-10-23T10:36:44.875Z","dependency_job_id":"6248f8b6-5a56-470a-baf8-aabf7e358ad9","html_url":"https://github.com/jpedroschmitz/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/jpedroschmitz%2Fgobarber-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpedroschmitz%2Fgobarber-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpedroschmitz%2Fgobarber-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpedroschmitz%2Fgobarber-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpedroschmitz","download_url":"https://codeload.github.com/jpedroschmitz/gobarber-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252763680,"owners_count":21800556,"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":["express","redis","sentry","sequelize","yup"],"created_at":"2024-10-03T15:21:00.774Z","updated_at":"2025-05-06T20:28:47.461Z","avatar_url":"https://github.com/jpedroschmitz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\u003cbr\u003e\n  \u003cimg src=\"logo.svg\" alt=\"GoBarber\" width=\"90\"\u003e\n\u003cbr\u003e\n\u003cbr\u003e\nGoBarber API\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eAn API for barber appointment and scheduling.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://makeapullrequest.com\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\" alt=\"PRs Welcome\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square\" alt=\"License MIT\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003chr /\u003e\n\n## Features\n\nA Node.js API built with Express and all the latest tools and best practices in development!\n\n- ⚡ **Express** — A web framework for Node\n- 💾 **Sequelize** — SQL dialect ORM for Node.js\n- 🍂 **MongoDB** — document-based database\n- 🔑 **Redis** — key-value data model\n- ⌨️ **Yup** - Object schema validation\n- 🔺 **Sentry** - cross-platform application monitoring\n- 📧 **Nodemailer** - Send e-mails with Node.JS\n- 💖 **Lint** — ESlint/Prettier/Editor Config\n\n## Dependencies\n\n- [Node.js](https://nodejs.org/en/) 8.0.0 ou \u003e\n- [Yarn](https://yarnpkg.com/pt-BR/docs/install)\n- [Docker](https://www.docker.com/)\n\n## Prerequisites\n\n_In the next few weeks, I plan to include Docker directly in the repository with docker-compose, until there this step is required._\n\nTo run this server you will need three containers running on your machine.\n\nTo do so, you will need to run the following commands:\n\n- `docker run --name redisbarber -p 6379:6379 -d -t redis:alpine`;\n- `docker run --name mongobarber -p 27017:27017 -d -t mongo`;\n- `docker run --name some-postgres -e POSTGRES_PASSWORD=docker -p 5433:5432 -d postgres`;\n\n_Remember: If you restart your machine, you will need to start again the server with `docker start \u003ccontainer_id\u003e`._\n\n## Getting started\n\n_Consider checking out the FrontEnd [repository](https://github.com/jpedroschmitz/gobarber)!_\n\n1. Clone this repo using `https://github.com/jpedroschmitz/gobarber-api.git`\n2. Move to the appropriate directory: `cd gobarber-api`.\u003cbr /\u003e\n3. Run `yarn` to install dependencies.\u003cbr /\u003e\n4. Copy the `.env.example` file and rename it to `.env`.\u003cbr/\u003e\n5. Add all the values for the environment variables.\u003cbr/\u003e\n6. Run `yarn start` and `yarn queue` to run the servers at `http://localhost:3000`.\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.\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%2Fjpedroschmitz%2Fgobarber-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpedroschmitz%2Fgobarber-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpedroschmitz%2Fgobarber-api/lists"}