https://github.com/aliatayee/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.
https://github.com/aliatayee/recipe-app
rails recipe-app ruby tailwindcss
Last synced: about 1 month 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.
- Host: GitHub
- URL: https://github.com/aliatayee/recipe-app
- Owner: aliatayee
- Created: 2022-10-03T08:33:30.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-08T11:04:35.000Z (about 3 years ago)
- Last Synced: 2024-12-28T11:51:25.194Z (10 months ago)
- Topics: rails, recipe-app, ruby, tailwindcss
- Language: Ruby
- Homepage: recipe-app-smoky.vercel.app
- Size: 6.13 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
 
# 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.
## Major Technologies
- [ ] Ruby on Rails
- [ ] Postgresql
- [ ] TailwindCSS### Install & Setup
To setup and install this sample AlFa Blog project, follow the below steps:
- Clone this project by the command:
```
git clone https://github.com/aliatayee/recipe-app
```- Then switch to the project folder by the bellow query:
```
cd recipe-app
```- Install the required dependecies with:
```
bundle install
```
- Install npm dependencies with:
```
npm install
```
- Before running below commands update [config/database.yml](./config/database.yml) with your local `DB`credentials. Then run:
```
rake db:create
```
```
rake db:migrate
```
- To make the tailwindcss works run the below command:
```
bundle exec rake assets:precompile
```- With Ruby on Rails and PostgreSQL installed in your environment, you can run `rails server` to run the website.
### Tests- Run `bundle install`
- Run `bundle exec rspec spec`### Prerequisites
- IDE to edit and run the code (We use Visual Studio Code 🔥).
- Git to versionning your work.
- Postgresql### Authors
👤 **Ali**- GitHub: [@aliatayee](https://github.com/aliatayee)
- Twitter: [@aqaatayee](https://twitter.com/aqaatayee)
- LinkedIn: [@aliatayee](https://www.linkedin.com/in/aliatayee/)👤 **Mustapha**
- GitHub: [@Terbeche](https://github.com/Terbeche)
- LinkedIn: [@Terbeche](https://www.linkedin.com/in/mustapha-terbeche/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc