/my-recipe-app

A simple recipe Solo web-application that allows a user to register, login and add remove update items to an inventory.

Primary LanguageRubyMIT LicenseMIT

Food Reciepe

📗 Table of Contents

📖 Food Reciepe

My-Recipe Application is a Single page application created with Ruby on Rails framework. In this project, the webapp renders the list of the existing blog posts and will be able to interact with the posts by liking posts and adding comments.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Uses the RoR framework following MVC architecture
  • Create new posts and render the posts from a user.
  • Interact with the existing post of a user by liking the posts, and adding comments.

(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:

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:https://github.com/the-faizmohammad/Food_reciepes

Install

Install the dependencies:

  • gem install
  • npm install

Create database:

  • bin/rails db:create

Usage

To run the server:


 rails server

Open http://localhost:3000 to view it in your browser.

Run tests

To run tests, run the following command:


rspec spec/

(back to top)

👥 Authors

👤 Chimwemwe Mkandawire

(back to top)

🔭 Future Features

  • Implement CRUD
  • Improve the UI of the blog app
  • Deploy the application

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the GitHub page.

(back to top)

⭐️ Show your support

If you like this project Add a star to the repository!

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for providing the required lessons and tutorials for successfully completing the project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)