Recipe Hub scrapes and stores recipes from subscription box websites. With Recipe Hub you can choose your recipes for the week and generate a shopping list for all the ingredients. Logging in with Google lets you save, like, and exclude recipes.
- Quitoque
- Les commis
- Bon Appetit
- Blue Apron
- Foodette
cp .env.dist .env
export $(cat .env)
docker-compose up --build
cp .env.dist .env
./bin/install_dependencies.sh
./bin/run.sh
Go to http://localhost:8000
cd frontend && REACT_APP_API_URL=http://localhost:4000 npm start
cd test && npm start