Skip to content

Latest commit

 

History

History
124 lines (80 loc) · 3.17 KB

README.md

File metadata and controls

124 lines (80 loc) · 3.17 KB

📗 Table of Contents

Blog-App

Recipe-app The Recipe app keeps track of all your recipes, ingredients, and inventory

🛠 Built With

Tech Stack

Developed using Ruby on Rails.

Languages

Key Features

  • Database that contains information about users, likes and posts

💻 Getting Started

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

  • install gems bundle i
  • setup database rails db:setup
  • run rails server rails s.
  • rails c

Prerequisites

In order to run this project you need:

  • Install Ruby
  • Install PostgreSQL
  • Instal Rails gem

Setup

- To clone the repository run this command:

 `git clone https://github.com/sonyco-4u/Recipe-app.git`



- To access the cloned directory run:

  `cd blog_app`

👥 Authors

👤 Ezema Anthony Sunday

👤 Kelvin Benjamin

🔭 Future Features

These are some of the future features we want to add.

  • A login page.
  • A registration page.
  • A food list (with all CRUD implementation, except for 'update').
  • A recipes list (with all CRUD implementation, except for 'update').
  • A general shopping list view (all missing food for all your recipes and total price).
  • A list of all public recipes from other users with their names and total prices.
  • [Workin on them]

🤝 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

I would like to thank to the code reviewers and my partners who are helping all the time.

📝 License

This project is MIT licensed.

(back to top)