Lockless404 / foodRecipe

The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Food Recipe App

The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.

Built with

  • Ruby
  • Rails
  • Postgresql

Getting Started

This repository makes use of Ruby as its core programming language :

  • Clone this repo git clone https://github.com/Lockless404/devBlog.git in your PC terminal
  • Navigate to project's folder/directory cd devBlog
  • Enter bundle install to install dependencies.
  • Enter rails db:create db:migrate to populate the database
  • Enter rspec to run tests.
  • Enter rails s and navigate to http://localhost:3000/ on your web browser to view the website.

Authors

👤 Hamza Tarar

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.

License:MIT License


Languages

Language:Ruby 71.4%Language:HTML 25.3%Language:CSS 1.7%Language:JavaScript 1.6%