https://github.com/belmeetmule/railcipe
Railcipe is a recipe app that helps users to keep track of their recipes and ingredients. Users can save ingredients, create recipes, and generate a shopping list based on what they have and what are missing from their recipe. It also allows sharing of recipes for the public!!
https://github.com/belmeetmule/railcipe
bootstrap5 postgresql rspec-rails ruby-on-rails
Last synced: 3 months ago
JSON representation
Railcipe is a recipe app that helps users to keep track of their recipes and ingredients. Users can save ingredients, create recipes, and generate a shopping list based on what they have and what are missing from their recipe. It also allows sharing of recipes for the public!!
- Host: GitHub
- URL: https://github.com/belmeetmule/railcipe
- Owner: belmeetmule
- License: mit
- Created: 2023-04-22T13:27:52.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-28T06:10:10.000Z (about 3 years ago)
- Last Synced: 2025-10-19T22:27:20.482Z (9 months ago)
- Topics: bootstrap5, postgresql, rspec-rails, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 56.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rails Group Project
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 RAILS-GROUP-PROJECT](#-rails-group-project-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 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 ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
> The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
Client
- Ruby on Rails
Server
- Ruby on Rails
Database
- Postgresql
- **Creating a recipe**
- **Generating a shopping list**
- **Sharing recipes to the public**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```
- Laptop/Desktop.
- Internet.
- Ruby.
- Rails.
- Vs Code.
```
### Setup
Clone this repository to your desired folder:
- mkdir my-folder
- cd my-folder
- git clone [(git@github.com/belmeetmule/Railcipe.git)]
### Usage
To run the project, execute the following command:
- rails db:create
- rails db:migrate
- rails server
### Run tests
- rspec.
### Check Linter
- rubocop
### Deployment
- Render.
- Netlify.
👤 **Abdul Saboor Sohaib**
- GitHub: [](https://github.com/SaboorSohaib)
- Twitter: [](https://twitter.com/absaboorsohaib)
- LinkedIn: [](https://www.linkedin.com/in/abdul-saboor-sohaib/)
👤 **Mulugeta M**
- GitHub: [@belmeetmule](https://github.com/belmeetmule)
- Twitter: [@belmeetmule](https://twitter.com/belmeetmule)
- LinkedIn: [belmeetmule](https://linkedin.com/in/belmeetmule)
- [ ] - **Add picture for each recipe**
- [ ] - ** Show public recipe without signing in **
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/SaboorSohaib/Recipe-app/issues).
If you like this project you can fork it.
I would like to thank... Microverse for giving me this opportunity to build this project
This project is [MIT](./LICENSE) licensed.