https://github.com/solobarine/recipes
https://github.com/solobarine/recipes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/solobarine/recipes
- Owner: Solobarine
- License: mit
- Created: 2023-06-02T15:21:49.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-04T07:18:07.000Z (about 3 years ago)
- Last Synced: 2025-01-28T01:46:31.250Z (over 1 year ago)
- Language: Ruby
- Size: 631 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Recipes
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 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)
- [📝 License](#license)
The Recipe keeps track of all your recipes and foods. You can save ingredients, view and share your recipes with other users and also generates a shopping list'
Language and FrameWork
Database Used
- **Ruby On Rails**
- **CanCan**
- **Devise**
To get a local copy of this project and run it in your computer, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby
- Nodejs
### Setup
To get a local copy up and running follow these simple example steps.
Clone this repository in the desired folder:
```
cd my-folder
git clone https://github.com/solobarine/recipes.git
```
### Install
To install this project:
```
cd recipes
code .
bundle install
```
### Usage
To run the project, execute the following command:
```
rails server
```
### Run Tests
To setup rspec, run the following:
```
rails generate rspec:install
```
To run the project tests, execute the following command:
```
rspec
```
👤 **Solomon Barine Akpuru**
- GitHub: [@solobarine](https://github.com/solobarine)
- LinkedIn: [solomon-akpuru](https://www.linkedin.com/in/solomon-akpuru)
- [ ] **Deployment.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/solobarine/recipes/issues).
Give a ⭐️ if you like this project!
This project is [MIT](./LICENSE) licensed.