Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/estete9/recipes-app
The Recipes app keeps track of all your recipes, ingredients, and inventory. It will allow 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.
https://github.com/estete9/recipes-app
Last synced: about 1 month ago
JSON representation
The Recipes app keeps track of all your recipes, ingredients, and inventory. It will allow 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.
- Host: GitHub
- URL: https://github.com/estete9/recipes-app
- Owner: Estete9
- License: mit
- Created: 2024-01-29T17:18:55.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-02-05T12:53:28.000Z (about 1 year ago)
- Last Synced: 2024-12-21T05:25:56.485Z (about 2 months ago)
- Language: Ruby
- Size: 243 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Recipe App
# 📗 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-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 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 will allow 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.
- Ruby v3.2.2
- Rails v7.1.2
- Postgresql v14.9
- Devise
- CanCanCan
- Bullet
- Rspec
- CapybaraLanguage
Server
Database
- [User login and sign up]
- [Food and food recipes]
- [Recipies details]
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Have a suitable installation of Ruby v3.2.2
Have a suitable installation of Postgresql v15
install Rails
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
gh git clone https://github.com/Estete9/recipes-app.git
```
--->
### Install
Install this project with:
```sh
cd Recipe-App
bundle install
rails db:setup
rails db:migrate
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
Open the following ing in your web browser `http://localhost:3000`
### Run tests
To run tests, run the following command:
Example command:
```sh
rspec
```
👤 **Zabih Noori**
- GitHub: [Zabih noori ](https://github.com/ZabihullahNooriWardak)
👤 **Esteban Palacios**
- GitHub: [Esteban ](https://github.com/Estete9)
👤 **Timothy Njoroge**
- GitHub: [Timothy Njoroge](https://github.com/simplegoose)
- [ ] **[Inventory list and details]**
- [ ] **[Shopping list based on in inventory availabilty ]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Estete9/recipes-app/issues).
If you like this project coomment or send it a star
I would like to thank Microverse for suggesting the app
This project is [MIT](./LICENSE) licensed.