An open API service indexing awesome lists of open source software.

https://github.com/dacmarcell/rust-password-generator


https://github.com/dacmarcell/rust-password-generator

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rust Password Generator

Uma breve descrição sobre o que esse projeto faz e para quem ele é

## Como rodar localmente?

__Requisitos:__

- 🐋 Docker
- 📂 Git

Clone o projeto

```bash
git clone https://github.com/marcelldac/rust_password_generator
```

Entre no diretório do projeto

```bash
cd rust_password_generator
```

Inicie o docker compose

```bash
docker compose up --build
```

## Autor

- [@marcelldac](https://www.github.com/marcelldac)