https://github.com/javieraybar/recipe-app
Recipe App is a app containing data about foods, recipes, and shopping lists.
https://github.com/javieraybar/recipe-app
api postgresql rails ruby
Last synced: about 2 months ago
JSON representation
Recipe App is a app containing data about foods, recipes, and shopping lists.
- Host: GitHub
- URL: https://github.com/javieraybar/recipe-app
- Owner: JavierAybar
- License: mit
- Created: 2023-11-13T11:50:06.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-03-12T22:15:56.000Z (over 2 years ago)
- Last Synced: 2025-07-09T12:11:35.782Z (12 months ago)
- Topics: api, postgresql, rails, ruby
- Language: Ruby
- Homepage: https://recipe-app-t2ko.onrender.com
- Size: 185 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blog Ruby
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
**Recipe App** is a app containing data about foods, recipes, and shopping lists.
Client
Databases
- **Contains data about users**
- **Contains data about posts**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- An IDE (ex: VS Code)
- Github account
### Setup
Clone this repository to your desired folder:
```sh
cd project-folder
git clone https://github.com/JavierAybar/Recipe-app.git
```
### Install
Install this project with webpack:
```sh
cd project-folder
bundle install
rails db:setup
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rspec spec
```
### Compile Tailwind CSS:
```sh
rails tailwindcss:build
```
### Deployment
You can deploy this project using GitPages:
- Go to github.com
- Create a new repository
- Add all website files in the new repository
- Go to Settings/Pages
- Go to branch and change from 'none' to 'main'
- Click Save
- [Live Demo Link](https://recipe-app-t2ko.onrender.com)
👤 **Javier Aybar**
- GitHub: [@JavierAybar](https://github.com/JavierAybar)
- LinkedIn: [@JavierAybar](https://www.linkedin.com/in/javier-aybar-932376274/)
👤 **Soban Syeed**
- GitHub: [@SnakyMz](https://github.com/SnakyMz)
- Twitter: [@SobanSyeed](https://twitter.com/SobanSyeed)
- LinkedIn: [Soban Syeed](https://www.linkedin.com/in/soban-syeed-82985b241/)
- [ ] **More data**
- [ ] **More query**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project and wish to collaborate. Please contact us.
- Thank you Microverse.
- **Is it responsive?**
- Yes, works both on mobile and desktop.
This project is [MIT](./LICENSE) licensed.