felixodette / ror-recipe-app

Rails recipe app is a Ruby on Rails application that keeps track of all your food, recipes, ingredients and invectories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog-App

** This is a 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 on Rails
  • Ruby

Prerequisites

  • Ruby
  • Ruby on Rails
  • PostgreSQL

Install

  • Ruby
  • Ruby on Rails(as a gem)
  • Postgresql database

Getting Started

To get a local copy up and running follow these simple example steps.

  • Copy this link https://github.com/Arturgouveia1970/ror-recipe-app.git.
  • Get the directory that you want to clone the repository.
  • Open the command prompt in this directory.
  • Write https://github.com/Arturgouveia1970/ror-recipe-app.
  • Go to the repository folder in your command prompt cd ror-recipe-app.

Run the following commands to run the app

  • rails db:create
  • rails db:migrate
  • rails s

In your browser, go to

  • http://localhost:3000

Testing

  • To install rspec: gem install rspec
  • To run all the tests: rspec ./spec

Authors

πŸ‘€ Felix Odete

πŸ‘€ Artur Gouveia

GitHub Twitter LinkedIn

πŸ‘€ Emmanuel Mensah

🀝 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

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

πŸ“ License

This project is MIT licensed.

About

Rails recipe app is a Ruby on Rails application that keeps track of all your food, recipes, ingredients and invectories.

License:MIT License


Languages

Language:Ruby 55.8%Language:HTML 25.7%Language:CSS 15.7%Language:JavaScript 2.7%Language:Shell 0.1%