recipe_app

Stars
0

Rails Meals

A website about food recipes.

In this app users can sign up, login, create foods, recipes and recipe_foods associations

Built With

  • Ruby
  • Ruby on Rails
  • HTML&CSS
  • VScode
  • Git and GitHub

Getting Started

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

Prerequisites

  • Ruby
  • Command Line
  • Github account

Setup

  • First open the command line, go to the directory you want this repository to be cloned into then do the following command:

git clone https://github.com/eri8-9/recipe_app.git

Install

  • Run bundle install
  • Create a .env file to store your PSQL username and password. Check database.yml.
  • Run rails db:create
  • Run rails db:migrate

Usage

  • Run rails server
  • Open the your host (it will be shown in the console)

Run tests

  • Run bundle exec rspec or `rails rspec

Authors

Christian Erick Contreras

Tiago Rahal Aires

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
Related Projects