https://github.com/levy002/recipe-app
The Recipe app is a classic example of a recipe website. It's a functional website that shows the list of foods and recipes and empowers readers to interact with them by adding new foods and recipes. Users can access the application's services by creating a new account or logging in if they already have an account.
https://github.com/levy002/recipe-app
bootstrap ruby-on-rails
Last synced: about 1 year ago
JSON representation
The Recipe app is a classic example of a recipe website. It's a functional website that shows the list of foods and recipes and empowers readers to interact with them by adding new foods and recipes. Users can access the application's services by creating a new account or logging in if they already have an account.
- Host: GitHub
- URL: https://github.com/levy002/recipe-app
- Owner: levy002
- License: mit
- Created: 2022-07-25T08:36:23.000Z (almost 4 years ago)
- Default Branch: Dev
- Last Pushed: 2023-02-24T22:43:16.000Z (over 3 years ago)
- Last Synced: 2023-03-04T04:05:10.709Z (over 3 years ago)
- Topics: bootstrap, ruby-on-rails
- Language: Ruby
- Homepage: https://recipe-app-222.herokuapp.com/
- Size: 5.57 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recipe App
>The Recipe app is a classic example of a recipe website. It's a functional website that shows the list of foods and recipes and empowers readers to interact with them by adding new foods and recipes. Users can access the application's services by creating a new account or logging in if they already have an account.
## Live Demo
[Live link](https://recipe-app-222.herokuapp.com/)
## prerequisites
```
Ruby
rails version 7.x gem package
```
### Development (Running locally)
- git clone the project
```bash
git clone git@github.com:levy002/recipe-app.git
```
- Install Dependencies
```bash
bundle install
```
👤 **Debas Gebreslasie**
- [GitHub](https://github.com/Debas-31)
- [Twitter](https://twitter.com/DEBSH76956492)
- [LinkedIn](https://www.linkedin.com/in/debas-gebrengus)
👤 **levy_ukwishaka**
- GitHub: [@levy002](https://github.com/levy002)
- Twitter: [ @levy_ukwishaka](https://twitter.com/levy_ukwishaka)
- LinkedIn: [levy-ukwishaka](https://www.linkedin.com/in/levy-ukwishaka)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/levy002/recipe-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Ruby Community
- rails developers
## 📝 License
[MIT licensed](https://github.com/levy002/recipe-app/blob/Dev/LICENSE).
```