https://github.com/ubdanam/recipe-app
A recipe web app is an online platform that provides users with a wide range of recipes for different types of meals.
https://github.com/ubdanam/recipe-app
capybara-rspec devise postgresql ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
A recipe web app is an online platform that provides users with a wide range of recipes for different types of meals.
- Host: GitHub
- URL: https://github.com/ubdanam/recipe-app
- Owner: UbdaNam
- License: mit
- Created: 2023-07-31T10:23:38.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-21T19:20:54.000Z (almost 3 years ago)
- Last Synced: 2024-05-17T15:25:11.986Z (about 2 years ago)
- Topics: capybara-rspec, devise, postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://recipe-app-43nq.onrender.com/
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recipe App
# 📗 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contribution](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
Hi there! Welcome to Recipe App
A recipe web app is an online platform that provides users with a wide range of recipes for different types of meals. It also includes a food list and recipe list that display items added by the logged-in user. Users can add new food and recipes, and owners of recipes can delete them. The app also includes a public recipe list that displays all public recipes ordered by the latest, as well as a shopping list view that shows missing ingredients for all recipes of the logged-in user
Server
- **Shows list of foods and recipe**
- **Authentication and Authorization**
- **General shoping list**
- [Live Demo Link](https://recipe-app-43nq.onrender.com/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need to install the following:
- Ruby
- PostgreSQL
- Rails gem
### Setup
Clone this repository to your desired folder:
```snippet
git clone https://github.com/UbdaNam/Recipe-app.git
```
### Install
```snippet
bundle install
```
Install this project with: Any code editor or terminal which you are comfortable with
### Usage
In the project directory, you can run:
```Create db
rails db:create
```
```Migrate db
rails db:migrate
```
```Start server
rails s
```
👤 **Ubda Nam**
- GitHub: [@UbdaNam](https://github.com/UbdaNam)
- LinkedIn: [Abdurahim M.](https://www.linkedin.com/in/abdurahim-miftah/)
👤 **Wullah Jonas Nuta**
- GitHub: [@jonas-45](https://github.com/jonas-45)
- LinkedIn: [jonas-wullah](https://linkedin.com/in/jonas-wullah)
- [ ] **Add recipe search**
- [ ] **Filter by category**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/UbdaNam/Recipe-app/issues).
If you like this project please give it a star. If you have any recommandations for future improvments, I would be happy to hear them.
I would like to thank microverse in advance. This is the first draft of this project. It works on my machine. If you try it and run into problems, please create an issue; I'll get back to it as soon as possible.
This project is [MIT](./LICENSE) licensed.