https://github.com/oldprojectss/ror-group-project
This is a food and recipe app built using RoR, you can add food and create recipes with the food from the database. This user can log in to the app and store the recipes as private or share them publicly with all the users of the app. it also have a shopping list so the user can track foods that are not avalible anymore
https://github.com/oldprojectss/ror-group-project
authentication device postgresql ruby ruby-on-rails
Last synced: 2 months ago
JSON representation
This is a food and recipe app built using RoR, you can add food and create recipes with the food from the database. This user can log in to the app and store the recipes as private or share them publicly with all the users of the app. it also have a shopping list so the user can track foods that are not avalible anymore
- Host: GitHub
- URL: https://github.com/oldprojectss/ror-group-project
- Owner: oldProjectss
- License: mit
- Created: 2022-08-01T07:30:51.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-08T03:02:12.000Z (almost 4 years ago)
- Last Synced: 2023-11-02T00:27:30.128Z (over 2 years ago)
- Topics: authentication, device, postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://mv-food-recipe-app.herokuapp.com/
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ROR-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
- Rails
- Postgresql
## Getting Started
To start using this software you need to have Ruby installed in your machine
Then clone this repo:
```
-$ git clone git@github.com:Ismailco/ROR-GROUP-PROJECT.git
```
Then install the gems:
```
```
```
-$ cd ROR-GROUP-PROJECT
```
Then install gems:
```
-$ bundle install
```
Then run the server:
```
-$ rails server
```
Then visit the URL:
```
-$ http://localhost:3000
```
To run rspec, in your terminal for testing the methods:
```
-$ rspec
```
### Prerequisites
Ruby and rails installed on your local machine
### Setup
- Clone the GitHub Repository
- Go to the Project Directory
- Run `bundle install`
## Authors
👤 **Ismail Courr**
- GitHub: [@ismailco](https://github.com/ismailco)
- Twitter: [@ismailcourr](https://twitter.com/ismailcourr)
- LinkedIn: [Ismail courr](https://www.linkedin.com/in/ismailcourr)
👤 **Ismail Adekunle**
- GitHub: [ismail akinkunmi](https://github.com/ismailakinkunmi)
- LinkedIn: [Ismail adekunle](linkedin.com/in/adismail4/)
## 🤝 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!
## 📝 License
This project is [MIT](./LICENSE) licensed.