feat: Create users

Users migration, model, controller. user_id to links. signup view
This commit is contained in:
Juan Rodriguez
2021-06-14 08:24:34 -05:00
parent 3e8bdee17a
commit f63be42b4c
21 changed files with 159 additions and 21 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ docker-compose run --rm app rubocop
- [x] Stimulus setup
- [x] Link controller (handle redirection)
- [x] Main page with input box
- [ ] Create user model
- [x] Create user model
- [ ] User unit tests
- [ ] Add userId key to link model
- [ ] Login and logout (sessions)
- [ ] Cache with redis?
- [ ] Setup Redis for production cache_store