rails-recipe-app

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

Stars
3

Rails recipe App

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

ERD

Cloning the project

git clone https://github.com/kwambiee/rails-recipe-app.git

- cd rails-recipe-app
- rails s

Built with

  • Ruby 3.1.2 on Rails 7.0.3.1
  • PostgreSQL

Prerequisites

Vscode or anyother Setup

Install

Ruby
Rails
PostgreSql

Development Database

# Sign into posgresql
su - postgres

# Create user
create user 'user_name' with encrypted password 'mypassword'

# Load the schema
rails db:schema:load

#----- If you want prefer this approach
# Create the database
rake db:create

# Create database Migration
rails db:migrate

Run

bundle install

rails s

Run tests

bundle install
rspec

Authors

👤 Nwachan Theophile

👤 Joy Kwamboka

👤 AbolGer

🤝 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!

📝 License

This project is MIT licensed.

Related Projects