Files
bit/README.md
T
Juan Rodriguez 019e2516d7 feat: 🏗️ Rails setup
postgresql database
2021-06-13 09:05:20 -05:00

12 lines
313 B
Markdown

# URL shortener
## TODO
- [] Create link model (make sure to create a index for the slug and click counter)
- [] Generate unique slug
- [] Unit tests
- [] Stimulus setup
- [] Main page with input box
- [] Create user model
- [] Add userId key to link model
- [] Login and logout (sessions)
- [] Cache with redis?