Sistema para agendamentos de horários em barbearias

Men are investing more in their appearance and, with this, the barbershop segment is expanding. There are barbershops for whole range of target market, and the trend is that this market will grow more and more in Brazil. With the rise of the male beauty market, the number of barbershops has signific...

ver descrição completa

Autor principal: Bertoldo, Thais Cristina
Formato: Trabalho de Conclusão de Curso (Especialização)
Idioma: Português
Publicado em: Universidade Tecnológica Federal do Paraná 2021
Assuntos:
Acesso em linha: http://repositorio.utfpr.edu.br/jspui/handle/1/25981
Tags: Adicionar Tag
Sem tags, seja o primeiro a adicionar uma tag!
Resumo: Men are investing more in their appearance and, with this, the barbershop segment is expanding. There are barbershops for whole range of target market, and the trend is that this market will grow more and more in Brazil. With the rise of the male beauty market, the number of barbershops has significantly increased and customers are seeking for technological, relaxed environments, with quality in the service provided, places with games, online service and with good reputation in the digital scene. This work proposes the codification of a system that allows online scheduling by the client and the management of schedules by barbers. The system enables the registration of customers, employees, services and schedules. The development of this system allowed the integration of several technologies. Among these technologies in the back-end stand out the Java programming language, along with some modules of the Spring framework aiming to simplify the programming and implementation of the REST API. For the front end, react was used which is an open source JavaScript library focused on creating user interfaces on web pages. On the security part, the JSON Web Token (JWT) was applied which is an industry standard RCT 7519 method for performing two-part authentication through a signed token that authenticates a web request and is one of the most commonly used ways to authenticate users in RESTful APIs. To admit realtime updating, the Spring framework WebSocket module was used in the back-end and the stomp-websocket with sockjs-client was used in the front-end.