Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joel-kalema/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.
https://github.com/joel-kalema/recipe_app
cancancan device pgadmin rails spec
Last synced: 16 days 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 public so anyone can access them.
- Host: GitHub
- URL: https://github.com/joel-kalema/recipe_app
- Owner: joel-kalema
- Created: 2022-08-01T09:05:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T02:35:51.000Z (over 1 year ago)
- Last Synced: 2024-10-04T01:42:30.635Z (about 1 month ago)
- Topics: cancancan, device, pgadmin, rails, spec
- Language: Ruby
- Homepage:
- Size: 227 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
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.
## Built With
- Ruby on Rails.
- PostgreSQL.## ![recipe](https://user-images.githubusercontent.com/57408419/228856016-6cc82034-cac9-4582-8296-f2974f7e15c5.jpg)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- [Ruby](https://www.ruby-lang.org/en/)
- [Rails](https://gorails.com/)### Setup
- Make sure you have Ruby on Rails set up properly on your computer
- Clone or download this repo on your machine
- Enter project directory### Development Database
```sh
# Create user
sudo -u postgres createuser blog -s
# Create the database
rake db:create
# Create database Migration
rails db:migrate
```### Install
```sh
bundle install
```### Run
```sh
rails s
```### Test
```sh
rspec
```## Authors
- GitHub: [@joel-kalema](https://github.com/joel-kalema)
- Twitter: [@JoelJklm](https://www.linkedin.com/in/joel-kalema-30518a230/)
- LinkedIn: [joel kalema](https://twitter.com/JoelJklm)- GitHub: [@githubhandle](https://github.com/misheck12)
- Twitter: [@twitterhandle](https://twitter.com/mishecklivingi2)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/misheck-livingi-a0b536142/)## 🤝 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## 📝 License
This project is [MIT](./MIT.md) licensed.