{"id":13406704,"url":"https://github.com/LauraBeatris/hotseat-api","last_synced_at":"2025-03-14T11:30:38.619Z","repository":{"id":40763782,"uuid":"258662806","full_name":"LauraBeatris/hotseat-api","owner":"LauraBeatris","description":"Rest API of a barber shop application - Built with Express, TypeORM and Postgres  ","archived":false,"fork":false,"pushed_at":"2023-01-07T19:22:34.000Z","size":1554,"stargazers_count":39,"open_issues_count":21,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-11T10:48:10.814Z","etag":null,"topics":["backend","express","node","postgres","react","rest","solid","tsringe","typeorm"],"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/LauraBeatris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-25T01:35:29.000Z","updated_at":"2024-10-05T08:28:19.000Z","dependencies_parsed_at":"2023-02-07T22:45:20.291Z","dependency_job_id":null,"html_url":"https://github.com/LauraBeatris/hotseat-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/LauraBeatris%2Fhotseat-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fhotseat-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fhotseat-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fhotseat-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LauraBeatris","download_url":"https://codeload.github.com/LauraBeatris/hotseat-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243569055,"owners_count":20312354,"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":["backend","express","node","postgres","react","rest","solid","tsringe","typeorm"],"created_at":"2024-07-30T19:02:37.045Z","updated_at":"2025-03-14T11:30:38.604Z","avatar_url":"https://github.com/LauraBeatris.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cp align=\"left\"\u003e\n  \u003cimg src=\".github/docs/logo.png\" width=\"200\"/\u003e\n\u003c/p\u003e\n\n# Hotseat\n\n\u003e Manage customers and services of your barber shop\n\n\u003e [Click here to see the database model](https://dbdiagram.io/d/5ebff54e39d18f5553ff4c44)\n\n[![Run in Insomnia}](https://insomnia.rest/images/run.svg)](https://insomnia.rest/run/?label=Hotseat%20API\u0026uri=https%3A%2F%2Fgithub.com%2FLauraBeatris%2Fhotseat-api%2Fblob%2Fmaster%2F.github%2Fdocs%2Finsomnia-workspace.json)\n\n[![Author](https://img.shields.io/badge/author-LauraBeatris-1D71AB?style=flat-square)](https://github.com/LauraBeatris)\n[![Languages](https://img.shields.io/github/languages/count/LauraBeatris/hotseat-api?color=%231D71AB\u0026style=flat-square)](#)\n[![Stars](https://img.shields.io/github/stars/LauraBeatris/hotseat-api?color=1D71AB\u0026style=flat-square)](https://github.com/LauraBeatris/hotseat-api/stargazers)\n[![Forks](https://img.shields.io/github/forks/LauraBeatris/hotseat-api?color=%231D71AB\u0026style=flat-square)](https://github.com/LauraBeatris/hotseat-api/network/members)\n[![Contributors](https://img.shields.io/github/contributors/LauraBeatris/hotseat-api?color=1D71AB\u0026style=flat-square)](https://github.com/LauraBeatris/hotseat-api/graphs/contributors)\n\n# :pushpin: Table of Contents\n\n* [Features](#rocket-features)\n* [Installation](#construction_worker-installation)\n* [Getting Started](#runner-getting-started)\n* [FAQ](#postbox-faq)\n* [Found a bug? Missing a specific feature?](#bug-issues)\n* [Contributing](#tada-contributing)\n* [License](#closed_book-license)\n\n# :rocket: Features\n\n* 💈\u0026nbsp; Appointment and schedule management\n* 👦🏼\u0026nbsp; Create providers and customers\n* 🔐\u0026nbsp; Authentication flow with password reset\n* 🗄\u0026nbsp; Update files with the Amazon S3 API\n* 📨\u0026nbsp; Send emails with Amazon SES\n\n# :construction_worker: Installation\n\n**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**\n\n```\ngit clone https://github.com/LauraBeatris/hotseat-api.git\n```\n\nSSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:\n\n```\ngit clone git@github.com:LauraBeatris/hotseat-api.git\n```\n\n**Install dependencies**\n\n```\nyarn install\n```\n\nOr\n\n```\nnpm install\n```\n\nCreate your environment variables based on the examples of ```.env.example```\n\n```\ncp .env.example .env\n```\n\nAfter copying the examples, make sure to fill the variables with new values.\n\n**Setup a database**\n\nYou must install [Docker](https://www.docker.com/) in your machine, fill the environment values related to database configurations and then run the following commands in order to create Postgres, Mongo and Redis containers.\n\n```docker-compose up```\n\n# :runner: Getting Started\n\nRun the transactions in order to configure the database schema\n\n```yarn typeorm migration:run```\n\nRun the following command in order to start the application in a development environment:\n\n```yarn dev```\n\n# :postbox: Faq\n\n**Question:** What are the technologies used in this project?\n\n**Answer:** The technologies used in this project are [NodeJS](https://nodejs.org/en/) + [Express Framework](http://expressjs.com/en/) to handle the server and [TypeORM](https://typeorm.io/#/) as the Object Relational Mapper\n\n# :bug: Issues\n\nFeel free to **file a new issue** with a respective title and description on the the [Hotseat API](https://github.com/LauraBeatris/hotseat-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/LauraBeatris/hotseat-api/blob/master/CONTRIBUTING.md) to find out about the coding standards.\n\n# :tada: Contributing\n\nCheck out the [contributing](https://github.com/LauraBeatris/hotseat-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 2020.\nThis project is under the [MIT license](https://github.com/LauraBeatris/hotseat-api/master/LICENSE).\n\nMade with love by [Laura Beatris](https://github.com/LauraBeatris) 💜🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLauraBeatris%2Fhotseat-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLauraBeatris%2Fhotseat-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLauraBeatris%2Fhotseat-api/lists"}