Skip to content

Commit

Permalink
chore(docs): addded more descriptions on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
demmorou committed Sep 14, 2021
1 parent 367cc57 commit 938bcd6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
REDIS_HOST=localhost
REDIS_PASS=
REDIS_PORT=6379
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,22 @@

## :gear: Arquitetura inicial


<img src="./docs/architecture.jpg"/>

<br>

## Executando o projeto

* Versão do [Node.js](https://nodejs.org/):
```console
v14.17.1
```

* É necessário se conectar a uma instância do [Redis](https://redis.io/). Recomendo fortemente o uso do [Docker](https://www.docker.com/) para criar
uma instância na sua própria máquina. Com o docker instalado, basta executar o seguinte comando que estará criada a sua instância do banco de dados do Redis:

```console
deusimar@deusimar:~$ docker run --name redis -p 6379:6379 redis
```

<strong>continua...</strong>

0 comments on commit 938bcd6

Please sign in to comment.