mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
Update seeds.rb with sample user (#326)
* Update seeds.rb with sample user Signed-off-by: Muhammed Kılıç <muhammeddkilicc@gmail.com> * Update create with create_or_find_by Co-authored-by: Sebastián Caraballo <sebastiancaruy1@gmail.com> Signed-off-by: Muhammed Kılıç <muhammeddkilicc@gmail.com> * Update user create with create_or_find_by Co-authored-by: Sebastián Caraballo <sebastiancaruy1@gmail.com> Signed-off-by: Muhammed Kılıç <muhammeddkilicc@gmail.com> * Update seed data * Update README with seed credentials --------- Signed-off-by: Muhammed Kılıç <muhammeddkilicc@gmail.com> Co-authored-by: Sebastián Caraballo <sebastiancaruy1@gmail.com>
This commit is contained in:
parent
774c1518e8
commit
595cfeff9a
2 changed files with 13 additions and 1 deletions
|
@ -49,7 +49,11 @@ rails db:setup
|
|||
bin/dev
|
||||
```
|
||||
|
||||
And visit [http://localhost:3000](http://localhost:3000)
|
||||
And visit [http://localhost:3000](http://localhost:3000) to see the app.
|
||||
You can use the following credentials to log in:
|
||||
|
||||
- Email: `user@maybe.local`
|
||||
- Password: `password`
|
||||
|
||||
### Email
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue