https://github.com/dacmarcell/rust-password-generator
https://github.com/dacmarcell/rust-password-generator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dacmarcell/rust-password-generator
- Owner: dacmarcell
- Created: 2024-03-15T14:09:40.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-15T14:58:25.000Z (about 1 year ago)
- Last Synced: 2025-01-15T20:19:24.132Z (4 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- 📂 GitClone 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)