Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesselawson/rails-prototype-starter
It's Rails with basic user auth implemented. I use this to kick-off my prototypes.
https://github.com/jesselawson/rails-prototype-starter
Last synced: 14 days ago
JSON representation
It's Rails with basic user auth implemented. I use this to kick-off my prototypes.
- Host: GitHub
- URL: https://github.com/jesselawson/rails-prototype-starter
- Owner: jesselawson
- Created: 2023-04-22T21:21:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-22T21:22:48.000Z (over 1 year ago)
- Last Synced: 2024-10-04T21:36:36.034Z (about 1 month ago)
- Language: Ruby
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails template with basic user auth included
This is a template I use to quickly prototype ideas.
This rails project is a fresh install of Rails `7.0.4`
running on ruby `3.1.3`, with the following features
implemented:
- User registration
- User authentication
- Forgot password handlingReady for your exciting idea.
Not battle-tested; I make significant changes to this
architecture before taking a prototype into closed
beta.