https://github.com/microverse-fullstack-program/rails-recipe-app-v2
Recipe App is a web application that allows users to create and share recipes with other users. Users can create an account, login. Also create, edit, and delete their recipes. Users can also view recipes created by other users
https://github.com/microverse-fullstack-program/rails-recipe-app-v2
Last synced: about 2 months ago
JSON representation
Recipe App is a web application that allows users to create and share recipes with other users. Users can create an account, login. Also create, edit, and delete their recipes. Users can also view recipes created by other users
- Host: GitHub
- URL: https://github.com/microverse-fullstack-program/rails-recipe-app-v2
- Owner: Microverse-Fullstack-Program
- License: mit
- Created: 2023-09-04T12:58:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-10T17:08:56.000Z (over 1 year ago)
- Last Synced: 2025-01-11T18:41:33.653Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 6.24 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Recipe App\] ](#-recipe-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [👤 **Chere Lemma Urgaya**](#-chere-lemma-urgaya)
- [👤 **Henry Omondi**](#👤-henry-omondi)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)Recipe App is a web application that allows users to create and share recipes with other users. Users can create an account, log in to the app, and create, edit, and delete their recipes. Users can also view recipes created by other users.
Client
- Login and Signup pages
- Use of active record models
- Add food, recipe, inventory
- View recipes, foods, and inventory
> To get a local copy up and running, follow these steps.
### Setup
Clone this repository to your desired folder by following the below steps
- Create a local directory where you can clone the project
- Clone the project to your directory by running
```sh
git clone https://github.com/Microverse-Fullstack-Program/rails-blog-app-v2
```
- cd rails-blog-app-v2
### Prerequisites
In order to run this project you need [Ruby](https://www.ruby-lang.org/en/) and [Ruby on Rails](https://rubyonrails.org/) installed on your machine.
In addition, you need the following tech stack
- npm
- PostgreSQL
- rails RSpec
### Install
Install this project with:
cd 'project name'
"npm i" to install all dependencies
"bundle install" to install all gems
"rails s" to run the server
### Run tests
- "rspec" to run the tests
### 👤 **Chere Lemma Urgaya**
- GitHub: [@cherelemma](https://github.com/cherelemma)
- LinkedIn: [@chere-lemma27211613](https://www.linkedin.com/in/chere-lemma-urgaya)
- Twitter: [@twitterhandle](https://twitter.com/Chere21271613)
### 👤 **Henry Omondi**
- GitHub: [@Henry](https://github.com/Odongo006)
- LinkedIn: [@Henry](https://www.linkedin.com/in/henry-odongo/)
- Twitter: [@twitterhandle](https://twitter.com/HenryOdongo007)
👤 **Enning Festus**
- GitHub: [@Enning94](https://github.com/Enning94)
- Twitter: [@nana_akyerefi](https://twitter.com/nana_akyerefi)
- LinkedIn: [Enning Festus](https://www.linkedin.com/in/enningfestus/)
- [Improve the UX]
- [Add responsiviness]
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
- If you like this project kindly leave a Star
- I would like to thank Microverse for giving me the opportunity to work in this project.
This project is [MIT](./LICENSE) licensed.