/Recipes

Primary LanguageRuby

Recipe App

This Ruby on Rails app Allow you to create recipes and calculate prices and totals.

Built With

  • Ruby on Rails
  • PostgreSQL

Getting Started

To get a local copy up and running follow these simple steps inside the root folder.

Setup

  • Clone or download this repo on your machine

  • Enter project directory

  • Run install bundle to install dependencies

  • Run rake db:create to create a database

  • Run rake db:migrate to create a database

  • Run rake db:seed to add dummy data

  • After seed you can login using: email: 'Test@user1.com', password: 'password'

Test

Run rspec to run tests

Author

👤 Onesis Olea

🤝 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 for the motivation

  • Original design idea by Nelson Sakwa on Behance.

📝 License

This project is MIT Lisenced