[![](https://img.shields.io/badge/Home-000000?style=for-the-badge&logo=markdown&logoColor=white)](home)
# Documentação do negócio
[![](https://img.shields.io/badge/Sprints-000000?style=for-the-badge&logo=markdown&logoColor=white)](sprints)
[![](https://img.shields.io/badge/Requisitos-000000?style=for-the-badge&logo=markdown&logoColor=white)](requisitos)
[![](https://img.shields.io/badge/Processos-000000?style=for-the-badge&logo=markdown&logoColor=white)](processos)
[![](https://img.shields.io/badge/Gerência-000000?style=for-the-badge&logo=markdown&logoColor=white)](gerencia)
[![](https://img.shields.io/badge/Horários-000000?style=for-the-badge&logo=markdown&logoColor=white)](horarios)
# Documentação técnica
[![](https://img.shields.io/badge/Arquitetura-000000?style=for-the-badge&logo=markdown&logoColor=white)](arquitetura)
[![](https://img.shields.io/badge/Mockups-000000?style=for-the-badge&logo=markdown&logoColor=white)](mockups)
[![](https://img.shields.io/badge/Banco de dados-000000?style=for-the-badge&logo=markdown&logoColor=white)](banco_dados)
[![](https://img.shields.io/badge/Instalação-FF7518?style=for-the-badge&logo=markdown&logoColor=black)](instalacao)
[![](https://img.shields.io/badge/Configuração-000000?style=for-the-badge&logo=markdown&logoColor=white)](configuracao)
\mathbb{INSTALAÇÕES \space NECESSÁRIAS}
\mathbb{FRONTEND}
Como executar para ambiente de desenvolvimento
- Instale o Node.js, versão >= 18.
- Instale o Yarn com o comando
npm install -g yarn
.
- Instale as dependências do projeto com o comando
yarn install
.
3.1. Para isso, é necessário estar com um terminal aberto na pasta raiz do projeto.
- Execute o comando
yarn dev
para iniciar o servidor de desenvolvimento.
4.1. Depois, acesse o endereço http://localhost:3000
no seu navegador.
- Para mais comandos, veja o arquivo
package.json
em 'scripts'.
\mathbb{BACKEND}
\mathbb{DATABASE}