pete3249 / js-rails-foodmood-frontend

Link to backend repo:

Home Page:https://github.com/pete3249/js-rails-foodmood-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FoodMood

Description

FoodMood is a recipe finder for people who are looking for new dinner inspiration, but don't have time to search through the thousands of recipes online. Users simply select number of meals and what they are in the mood for, and POOF, recipes matching their exact craving appear! Users can also search for their favorite recipes and leave feedback. FoodMood helps busy people quickly find new and exciting recipes to add variety to their weekly meals! Click here to view a short demo of the app's functionality.

Installation

Fork and clone this repository as well as the Rails API Backend.

Install PostgreSQL and run rails db:create in the API to create a database for your application. Then, run rails db:migrate and rails db:seed to add recipes to the database. Finally, run rails s to start the Rails server and navigate to the homepage localhost:3000 to confirm it is working correctly (you should see the 'Yay! You're on Rails!' screen).

Next, open the index.html file with the default browser, by typing open index.html from the frontend directory. There, you can begin to browse and search recipes!

Support

Ask questions or send feedback to katelynrpeterson16@gmail.com.

Contributor's Guide

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Link to backend repo:

https://github.com/pete3249/js-rails-foodmood-backend


Languages

Language:JavaScript 84.2%Language:HTML 15.8%