https://github.com/zhadier/recipe-app
https://github.com/zhadier/recipe-app
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhadier/recipe-app
- Owner: zhadier
- Created: 2022-05-16T15:22:01.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-20T17:16:19.000Z (over 3 years ago)
- Last Synced: 2025-05-12T18:18:20.856Z (8 months ago)
- Language: Ruby
- Size: 114 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Recipe App
> "Recipe App" is a classic example of a recipe creation website. A fully functional website that will show the list of foods and recipes and empower readers to create their own unique recipes.
## Built With
- Ruby
- Rails
- Postgres
## Live Demo
- https://recipe-app-zhadier.herokuapp.com/
## Getting Started
### To launch the project locally:
#### Step 1:
- Clone this repo locally using git in the command line and the following command
```bash
> git clone git@github.com:zhadier/recipe-app.git
```
- Then cd into the directory using
```bash
> cd blog-app
```
- Alternatively, you can just download the complete zip file and extract the folder in your directory
#### Step 2:
- In the project directory, you first download all dependencies using:
```bash
> bundle install
```
- then setup the db using the following command in the CL
```bash
> rails db:setup
```
- Finally, you can use this command to start the live server and checkout the app!
```bash
> rails s
```
## Testing:
To perform tests, run the following command
```bash
> rails db:setup RAILS_ENV=test
> bundle exec rspec spec
```
## Authors
👤 **Zeeshan Haider**
- GitHub: [@zhadier](https://github.com/zhadier)
- LinkedIn: [Zeeshan Haider](https://www.linkedin.com/in/zhadier39/)
👤 **Aime Malaika**
- GitHub: [@aimemalaika](https://github.com/aimemalaika)
- LinkedIn: [Aime Malaika](https://www.linkedin.com/in/aimemalaika/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome and highly encouraged!
We feel that your input is what helps us grow so you're always Welcome :)
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
I would love to hear your thoughts and ideas 🖤
## 📝 License
This project is [MIT](./MIT.md) licensed.