Skip to content

Commit

Permalink
atualizando readme para release final
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgmunhoz committed Sep 6, 2023
1 parent 8ff4be4 commit 82a715c
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,28 @@
- Laura Caroline Pinto Correia RA: 20.00171-0
- Luis Guilherme de Souza Munhoz RA: 20.01937-8

![](https://avatars.githubusercontent.com/u/129552822?s=400&u=48a7f16b037ad21fe054d0aee8e59fb70a155a35&v)
![](https://avatars.githubusercontent.com/u/129552822?s=400&u=48a7f16b037ad21fe054d0aee8e59fb70a155a35&v)

### Tecnologias utilizadas

- Node
- Express
- bcrypt
- jsonwebtoken
- Docker
- PostgreSQL
- Typescript
- SwaggerUI

### Como rodar o projeto

- Clone o repositório
- Altere os arquivos .env.example na raíz e no diretório frontend para .env e preencha as variáveis de ambiente
- Instale o docker, caso já não o tenha instalado, é possível encontrar o tutorial de instalação no site oficial do docker em : <https://docs.docker.com/engine/install/>
- Execute o comando `docker compose up --build -d` para subir o projeto
- Acesse o localhost:${API_PORT} para acessar o swagger e testar as rotas
- Acesse o localhost:${CLIENT_PORT} para acessar o frontend

### Link do vídeo

<https://youtu.be/U6bmKo-6JgA>

1 comment on commit 82a715c

@vercel
Copy link

@vercel vercel bot commented on 82a715c Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mauagendar – ./

mauagendar-mauagendar.vercel.app
mauagendar-git-main-mauagendar.vercel.app
mauagendar.vercel.app

Please sign in to comment.