Skip to content

Recipe application to save and display Recipes built with Rails

License

Notifications You must be signed in to change notification settings

ram1117/recipe-app

Repository files navigation

📗 Table of Contents

📰 Recipe-App

Live Demo

The web service is hosted on Render in this link

Tech Stack

Key Features

  • Add Food
  • Add user
  • Add Recipe
  • Add User Authentication
  • View Food and Recipe
  • Add test

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • git use the following link to setup git if you dont have it already installed on your computer Install git

  • Ruby use the following link to setup Ruby if you dont have it already installed on your computer Install ruby

  • Rails use the following link to setup Rails if you dont have it already installed on your computer Install rails

  • PostgreSQL use the following link to setup PostgreSQL if you dont have it already installed on your computer Install postgresql

Setup

Clone this repository to your desired folder: Example command:

  git clone https://github.com/ram1117/recipe-app.git
  cd recipe-app

Install

Example command:

  cd recipe-app
  bundle install (install all dependencies)

Usage

To run the project redirecting to the root directory of the project and run the following command:

 bin/rails server (to run web application)

Test

To test the web app run the following command:

 rspec spec (  to test the console application)

👥 Authors

👤 Felix Adjei Sowah

👤 Ram-kumar-karuppusamy

(back to top)

🔭 Future Features

  • User Profile.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

We would like to thank microverse community for the support and guidance.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Recipe application to save and display Recipes built with Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published