An api for users to discover recipes, how to cook them, and save their favorites using an api key.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is an api based application that allows users to discover new foods, how to cook them and learn a little bit about a different culture.
-
Fork or clone a copy of this repo, then run the following commands from the project directory in your terminal:
bundle install rails db:create{drop,create,migrate,seed}
- Ruby 3.2.2
- Rails 7.0.6
- Postgresql 14
-
Get a free API Key and/or Application Keys at:
-
Clone the repo
git clone https://github.com/garrettgregor/lunch_and_learn.git
-
Install NPM packages
bundle install
-
Enter your Keys in
application.yml
EDAMAM_APP_KEY: <edamam_app_key> EDAMAM_APP_ID: <edamam_app_id> YOUTUBE_API_KEY: <youtube_key> UNSPLASH_API_KEY: <unsplash_authorization_token> API_NINJA_API_KEY: <api_ninja_x_api_key>
Users can:
- Validate countries using the Rest Countries API
- Add an endpoint to delete a favorite
- Utilize caching or background workers to optimize api calls
- Deploy on Render
- Build a front end using React
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - @garrettgregor - garrett.gregor@gmail.com
Project Link: https://github.com/garrettgregor/lunch_and_learn