Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzukiryuichiro/favoritable_app
https://github.com/suzukiryuichiro/favoritable_app
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/suzukiryuichiro/favoritable_app
- Owner: SuzukiRyuichiro
- Created: 2023-02-20T17:21:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T12:04:31.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T09:39:50.550Z (about 2 months ago)
- Language: Ruby
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## app
https://wild-glade-8954.fly.dev/
You can log in and try with `[email protected]` `123123`## Schema with some extra tables we can potentially add
## some video
https://user-images.githubusercontent.com/46629248/221059213-9c471cad-23e8-4c8d-b377-134b618de6fe.mp4## To run locally
must have ruby 3.1.2```
bundle install
rails db:create db:migrate db:seed
```
then```
dev
```