https://github.com/s1lvax/password-generator
🔐Simple Password Generator built with Ruby on Rails
https://github.com/s1lvax/password-generator
learning password ruby-on-rails
Last synced: 4 months ago
JSON representation
🔐Simple Password Generator built with Ruby on Rails
- Host: GitHub
- URL: https://github.com/s1lvax/password-generator
- Owner: s1lvax
- Created: 2024-01-20T13:31:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-21T16:16:35.000Z (over 1 year ago)
- Last Synced: 2025-01-17T00:12:08.984Z (6 months ago)
- Topics: learning, password, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Password Generator

## Introduction
This is my Simple Password Generator. I know, there are tons of these out there, but I built this one as a fun way to learn **Ruby on Rails**.
It's my first time using the framework, and I wanted to share what I've created.
## Features
- Set your own password length.
- Your settings are saved, so it's easy to make more passwords (session).
- Option to include special signs.
- Option to include numbers.## Tech Stuff
- Built with Ruby on Rails.
- Runs in Docker, deployed on a VPS, and uses NGINX as the reverse proxy.That's it! :)