https://github.com/microverse-fullstack-program/rails-recipe-app
Recipe App is a web application that allows users to create and share recipes with other users. Users can create an account, log in, and create, edit, and delete their recipes. Users can also view recipes created by other users.
https://github.com/microverse-fullstack-program/rails-recipe-app
bootstrap5 css3 html5 rails-api rails7 ruby ruby-gem ruby-on-rails
Last synced: 11 months ago
JSON representation
Recipe App is a web application that allows users to create and share recipes with other users. Users can create an account, log in, and create, edit, and delete their recipes. Users can also view recipes created by other users.
- Host: GitHub
- URL: https://github.com/microverse-fullstack-program/rails-recipe-app
- Owner: Microverse-Fullstack-Program
- License: mit
- Created: 2023-07-22T08:35:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T11:07:42.000Z (over 2 years ago)
- Last Synced: 2025-01-27T14:05:47.367Z (12 months ago)
- Topics: bootstrap5, css3, html5, rails-api, rails7, ruby, ruby-gem, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
Recipe App is a web application that allows users to create and share recipes with other users. Users can create an account, log in, and create, edit, and delete their recipes. Users can also view recipes created by other users.
Client
- Gitflow execution
- Login page
- Signup page
- Use of models
- Add food
- Add recipe
- View recipes
- View foods
- Add inventory
- View inventory
> To get a local copy up and running, follow these steps.
### Setup
- Clone this repository to your desired folder:
for cloning follow this steps
- Create a local directory where you can clone the project
- Clone the project to your directory by running
https://github.com/ritikarawat220/Recipe-App.git
- Run the code with ruby
Example commands:
```sh
git clone git@github.com:ritikarawat220/Recipe-App.git
```
### Prerequisites
In order to run this project you need:
- Node.js
- npm
- ruby 2.7.0
- rails
- PostgreSQL
### Install
Install this project with:
cd 'project name'
"npm i" to install all dependencies
"bundle install" to install all gems
"rails s" to run the server
### Run tests
- "rspec" to run the tests
👤 **Ritika Rawat**
- GitHub: [ritikarawat220](https://github.com/ritikarawat220)
- Twitter: [@ritikarawat22](https://twitter.com/Ritikarawat22)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/rawatritika/)
👤 **Jean Jacques Buhendwa**
- GitHub: [@jeanbuhendwa](https://github.com/jeanbuhendwa)
- LinkedIn: [Jean Jacques buhendwa](https://www.linkedin.com/in/johnbuhendwa/)
- Twitter: [@JeanjacqueI](https://twitter.com/JeanjacqueI)
👤 **Chere Lemma**
- GitHub: [Chere Lemma](https://github.com/cherelemma)
- LinkedIn: [Chere (Urgaya) Lemma](https://www.linkedin.com/in/chere-lemma27211613/)
- Twitter: [@Chere21271613](https://twitter.com/Chere21271613)
- [Add better Navigation]
- [Better UX]
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
- If you like this project kindly leave a Star
- I would like to thank Microverse for giving me the opportunity to work in this project.
This project is [MIT](./LICENSE) licensed.