https://github.com/altontonn/recipe-app
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
https://github.com/altontonn/recipe-app
postgresql ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/altontonn/recipe-app
- Owner: altontonn
- License: mit
- Created: 2023-02-13T12:20:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T20:14:28.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T22:46:07.600Z (over 1 year ago)
- Topics: postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 1.16 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 📖 Description
> Describe your project in 1 or 2 sentences.
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 on Rails
- Postgresql
- Capybera
- Rspec
- Cancancan
- Devise
- Sign up new user
- Add Recipe
- Add Food
- Generate shoping list
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- A code editor
- Ruby installed
- Ruby on Rails installed
- Postgresql installed
### Setup
Clone this repository to your desired folder:
https://github.com/altontonn/Recipe-app.git
```
cd my-folder
```
recipe-app
### Istall
install this project with:
bundle install
rails db:create
rails db:migrate
### Start
To start the application, run the following command
```
rails server
```
### Run tests
```
rspec
```
### Usage
To run the project, run `ruby ` in your terminal
👤 **Ekpenisi Erue Raphael**
- GitHub: [@eerapheal](https://github.com/eerapheal)
- Twitter: [@ekpenisiraphael](https://twitter.com/ekpenisiraphael)
- LinkedIn: [ekpenisi-e-raphael-9678a221a](https://www.linkedin.com/in/ekpenisi-e-raphael-9678a221a/)
👤 **Newton Alumasa**
- Github: [altontonn](https://github.com/altontonn/)
- Twitter: [AlumasaNewton](https://twitter.com/AlumasaNewton)
- Linkedin: [newton-alumasa](https://www.linkedin.com/in/newton-alumasa/)
- **Set up associations**
- **Add basic UI**
##### Contributions, issues, and feature requests are welcome!
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request.
Feel free to check the [issues page](https://github.com/altontonn/Recipe-app/issues).
If you like this project please give it a star
This project is [MIT](./LICENSE) licensed.