https://github.com/munyabelden/rails_capstone
The Recipe Management System is a web application that allows users to create and manage their recipes. It provides a convenient way to organize and track recipes, making it easier for users to cook their favorite dishes.
https://github.com/munyabelden/rails_capstone
cancancan capybara-rspec css3 devise rspec-rails ruby ruby-on-rails
Last synced: 4 months ago
JSON representation
The Recipe Management System is a web application that allows users to create and manage their recipes. It provides a convenient way to organize and track recipes, making it easier for users to cook their favorite dishes.
- Host: GitHub
- URL: https://github.com/munyabelden/rails_capstone
- Owner: Munyabelden
- Created: 2023-07-03T07:21:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T08:18:28.000Z (almost 3 years ago)
- Last Synced: 2025-10-27T10:42:17.844Z (8 months ago)
- Topics: cancancan, capybara-rspec, css3, devise, rspec-rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 7.45 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
**[The Recipe Application]** The Recipe Management System provides an intuitive and user-friendly interface for organizing and managing recipes. With its features for creating and tracking ingredients, users can easily keep track of their cooking essentials. Whether you are a home cook or a professional chef, this application is designed to simplify the process of managing and accessing your recipes. Enjoy your culinary adventures!.
- [ ] Ruby on Rails
- [ ] PostgreSql
- [ ] Gem
Client
Database
- **[User Authentication: Users can create an account and securely log in to the system ]**
- **[Recipe Management: Users can create new recipes by providing a name, description, and other relevant details.]**
- **[Food Management: Users can manage their food items by creating, viewing, and deleting them..]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [ ] Ruby: [Installation Guide](https://www.ruby-lang.org/en/documentation/installation/)
- [ ] Ruby on Rails: [Installation Guide](https://guides.rubyonrails.org/getting_started.html#installing-rails)
- [ ] PostgreSQL: [Installation Guide](https://www.postgresql.org/docs/)
### Setup
Clone this repository to your desired folder:
```sh
cd Rails_Capstone
git clone https://github.com/Munyabelden/Rails_Capstone.git
```
### Install
Install this project with:
```sh
cd Rails_Capstone
bundle install
```
```sh
gem install rspec
```
```sh
gem install --no-document rubocop -v '>= 1.0, < 2.0' # https://docs.rubocop.org/en/stable/installation/
```
```sh
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
```
### Usage
To run the project, execute the following command:
```sh
rails db:create
```
```sh
rails db:migrate
```
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rubocop --color
```
```sh
npx stylelint "**/*.{css,scss}"
```
```sh
rspec
```
### Deployment
You can deploy this project using:
- [ ] Use render or any other hosting of your choosing
👤 **Belden Mugauri**
- GitHub: [@githubhandle](https://github.com/Munyabelden/)
- Twitter: [@twitterhandle](https://twitter.com/munyaradzi045)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/munyaradzi-mugauri-828a7b24a/)
👤 **Fahim Khan**:
- GitHub: [Fahim-Khan-P](https://github.com/Fahim-Khan-P/)
- LinkedIn: [Fahim Khan](https://www.linkedin.com/in/fahimkhan-p/)
- [ ] **[Descent UI design]**
- [ ] **[Form: for comments and like submition]**
- [ ] **[API: for posting]**
Feel free to check the [issues page](https://github.com/Munyabelden/Rails_Capstone/issues).
If you like this project feel free to give it a star
## 🙏 Acknowledgments
I would like to thank the Ruby on Rails team and Microverse
This project is [MIT](https://github.com/Munyabelden/Rails_Capstone/blob/main/LICENSE) licensed.