feat: 🔧 Initial commit

vscode config and TODO
This commit is contained in:
Juan Rodriguez
2021-06-13 08:01:12 -05:00
commit d02df35d86
2 changed files with 18 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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?