https://github.com/ridwanediallo/recipe-app
This is a recipe app I built using Rails, Postgres and Bootstrap. It 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/ridwanediallo/recipe-app
bootrap-5 postgresql ruby-on-rails
Last synced: about 2 months ago
JSON representation
This is a recipe app I built using Rails, Postgres and Bootstrap. It 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/ridwanediallo/recipe-app
- Owner: ridwanediallo
- Created: 2022-10-03T12:07:58.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-23T13:39:09.000Z (over 3 years ago)
- Last Synced: 2023-03-08T22:26:21.530Z (over 3 years ago)
- Topics: bootrap-5, postgresql, ruby-on-rails
- Language: Ruby
- Homepage: https://recipe-app.herokuapp.com/
- Size: 114 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipe app
**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 public so anyone can access them.
## Live link
- [recipe-app.herokuapp.com](https://recipe-app.herokuapp.com/)
## Built With
- 
- 
### Setup
Clone the repository and change the directory to blog
```
$ git clone https://github.com/ridwanediallo/Recipe-app.git
$ cd Recipe-app
```
### Install
Install all project dependencies by running the command below
```
$ bundle install
```
### Run the application
```
$ bin/rails server
```
### Visit the homepage of application
```
$ http://localhost:3000/
```
### Check linter errors
```
$ rubocop .
```
### Run tests
```
$ rspec
```
## Author 1
👤 **Ridwan**
- GitHub: [@githubridwan](https://github.com/ridwanediallo)
- Twitter: [@twitterridwan](https://twitter.com/RidwaneD)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ridwan-diallo)
## Author 2
👤 **Shahnawaz Ali**
- GitHub: [@githubhandle](https://github.com/shahnawaza75)
- Twitter: [@shahnawaza75](https://twitter.com/shahnawaza75)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/shahnawaz-ali5)
## Setup
If you wish to run the project locally, please do the following:
- Clone the repository to your local machine. - **`git clone git@github.com:teckim/blograils.git`**
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ridwanediallo/BlogApp/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.