Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dcasseb authored Jul 15, 2024
1 parent b6ffc08 commit ade4f8d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,27 @@ O BeSong é uma plataforma web online que conecta artistas do ramo da música co
### Requisitos
**Primeiro passo**:
- Verificar se o GitBash está instalado na máquina;
- Verificar se o npm está instalado na máquina;
- Verificar se a extensão Live Code está instalada no VS Code;
- Verificar se as extensões estão atualizadas;

**Segundo passo**: Clonar a branch desenvolvimento numa pasta de teste com o seguinte comando utilizando o GitBash (para maior simplicidade) ``` git clone -b desenvolvimento https://github.com/FGA0138-MDS-Ajax/2024-1-ORION.git ```
**Segundo passo**: Clonar o repositório usando o seguinte comando ` git clone https://github.com/FGA0138-MDS-Ajax/2024-1-ORION.git `.

**Terceiro passo**: Abrir a pasta onde a branch desenvolvimento se encontra no VS Code;
Depois use: `git checkout desenvolvimento`

**Terceiro passo**: Abrir a pasta onde o repositório se encontra no VS Code;

**Quarto e último passo**: Rodar a página Index.html usando a extensão Live Code. (A extensão fica localizada no canto inferior direito do VS Code, basta apenas clicar nela que o site será lançado no seu navegador padrão.)

### Para rodar o código via terminal, é necessário utilizar os seguintes comandos:
```
npm init
npm install express mysql2 body-parser cors
npm install multer
npm install bcrypt
```
Depois utilize: `node Besong-musicportal/server/server.js`

## Conheça a equipe

| <a href="https://github.com/Brenno-Silva01"><img src="https://github.com/Brenno-Silva01.png" width="150"></img></a> | <a href="https://github.com/dcasseb"><img src="https://github.com/dcasseb.png" width="150"></img></a> | <a href="https://github.com/fernoronhacoelho"><img src="https://github.com/fernoronhacoelho.png" width="150"></img></a> | <a href="https://github.com/verissimoo"><img src="https://github.com/verissimoo.png" width="150"></img></a> | <a href="https://github.com/henryqma"><img src="https://github.com/henryqma.png" width="150"></img></a> |<a href="https://github.com/paolaalim"><img src="https://github.com/paolaalim.png" width="150"></img></a> | <a href="https://github.com/andreozzi"><img src="https://github.com/andreozzi.png" width="150"></img></a>| <a href="https://github.com/yuri221022210"><img src="https://github.com/yuri221022210.png" width="150"></img></a> |
Expand Down

0 comments on commit ade4f8d

Please sign in to comment.