https://github.com/kkasaija/tasty_trek
An app to keep 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/kkasaija/tasty_trek
cancancan capybara-rspec devise postgresql rspec ruby ruby-on-rails
Last synced: 6 months ago
JSON representation
An app to keep 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/kkasaija/tasty_trek
- Owner: kkasaija
- Created: 2023-02-13T08:10:25.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-03T07:40:49.000Z (about 2 years ago)
- Last Synced: 2024-06-15T07:36:12.119Z (about 1 year ago)
- Topics: cancancan, capybara-rspec, devise, postgresql, rspec, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 7.39 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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)
- [🚀 Live Demo](#live-demo)
- [💻 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)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)> The Recipe app keeps track of all your recipes, ingredients, 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.
Client
Server
Database
- **User Can add his own recipes on this website**
- **Authentication process**
- **CRUD Operations on all resources with authorization roles**
- **Test cases using Rspec and Capybara**
> Add a link to your deployed project.
- Soon....
### Prerequisites
In order to run this project you need:
- Rails
- Ruby
- PostgreSQL
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone [email protected]:Kasaija-Kenneth/tasty_trek.git
```
### Install
Install this project with:
```sh
cd tasty_trek
```
```sh
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
Example command:
```sh
rspec spec
```
-
### Deployment
Sooon....
👤 **Kasaija Kenneth**
- GitHub: [@Kasaija-Kenneth](https://github.com/Kasaija-Kenneth)
- Twitter: [@kenn_ug](https://twitter.com/kenn_ug)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kenneth-k-310722234/)
👤 **Kareem Magdy Wilson**
- GitHub: [@KareemWilson](https://github.com/KareemWilson)
- LinkedIn: [LinkedIn](https://linkedin.com/in/kareem-wilsons)
- [ ] **Deploying this project soon**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project...
I would like to thank [Unsplash](https://unsplash.com/) for assets contributed into this project
This project is [MIT](./MIT.md) licensed.