Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 !

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