Recipe sharing with Ruby on Rails.
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.
- Ruby on Rails
- Ruby
- Postgres server
Clone this repo and enter the directory.
git clone [email protected]:lu-jim/recipes-on-rails.git && cd recipes-on-rails
Run the following command to install all the dependencies.
bundler install
Run the following command to start the server, then go to http://localhost:3000
rails db:create # create database
rails db:migrate # migrate tables
rails db:seed # load all data in database from seed.rb
bin/dev # necessary to start the app for the first time
---- or ----
rails s # can be used after starting the app at least once
bundle exec rspec spec
👤 Eapen Zacharias
- GitHub: @eapenzacharias
- Twitter: @eapenzac
- LinkedIn: LinkedIn
👤 Piero Lescano
- GitHub: @piero-vic
- Twitter: @v1ccenzo
- LinkedIn: piero-lescano
👤 Luis Fernando Jimenez
Give a ⭐️ if you like this project!