Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaocarmo/dinner-time
It's dinner time !
https://github.com/joaocarmo/dinner-time
dinner food meals recipes search
Last synced: about 1 month ago
JSON representation
It's dinner time !
- Host: GitHub
- URL: https://github.com/joaocarmo/dinner-time
- Owner: joaocarmo
- Created: 2022-04-10T21:32:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T21:39:36.000Z (almost 2 years ago)
- Last Synced: 2023-08-03T20:11:08.147Z (over 1 year ago)
- Topics: dinner, food, meals, recipes, search
- Language: Ruby
- Homepage: https://mydinnertimeui.herokuapp.com
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dinner time
## User stories
User stories are the main way to communicate the problem to the team. They are
available in the [here][stories].## Backend
Using buildpack: _heroku/ruby_.
Deployed on [Heroku][heroku] and available at
.### DB Structure
Available in the schema file [here][schema].
## Frontend
Using buildpack: _mars/create-react-app_.
Deployed on [Heroku][heroku] and available at
.## Data
Recipes scraped from www.allrecipes.com with [recipe-scrapers][recipe-scrapers].
[heroku]: https://heroku.com
[problem]: ./PROBLEM.md
[recipe-scrapers]: https://github.com/hhursev/recipe-scrapers
[schema]: ./backend/db/schema.rb
[stories]: ./USER_STORIES.md