Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s1lvax/password-generator
A simple password generator built with Ruby on Rails
https://github.com/s1lvax/password-generator
learning password ruby-on-rails
Last synced: about 2 months ago
JSON representation
A 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T16:16:35.000Z (12 months ago)
- Last Synced: 2024-01-22T15:58:11.098Z (11 months ago)
- Topics: learning, password, ruby-on-rails
- Language: Ruby
- Homepage: https://pwd-generator.cfsilva.com/
- 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
![Simple Password Generator](https://github.com/s1lvax/password-generator/assets/113994636/619eb915-c277-4464-b6d7-4e985c4de5a3)
## 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! :)