https://github.com/hassaanjbaig-code/recieps
This project involves building a web application with Ruby on Rails, implementing Devise for user authentication, and creating features such as a food and recipe list, public recipe list, and general shopping list with testing.
https://github.com/hassaanjbaig-code/recieps
rspec-testing ruby ruby-gem rubyonrails
Last synced: 4 months ago
JSON representation
This project involves building a web application with Ruby on Rails, implementing Devise for user authentication, and creating features such as a food and recipe list, public recipe list, and general shopping list with testing.
- Host: GitHub
- URL: https://github.com/hassaanjbaig-code/recieps
- Owner: Hassaanjbaig-code
- License: mit
- Created: 2023-04-23T11:02:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T14:25:19.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T11:19:59.305Z (about 1 year ago)
- Topics: rspec-testing, ruby, ruby-gem, rubyonrails
- Language: Ruby
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 recipe-app ](#-recipe_app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prequisites](#prequisites)
- [Setup](#setup)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features](#future-features)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
- This project involves building a web application with Ruby on Rails, implementing Devise for user authentication, and creating features such as a food and recipe list, public recipe list, and general shopping list with testing.
- **User authentication with Devise**
- **Food and recipe lists**
- **Public recipe list**
- **General shopping list view**
### Prerequisites
In order to run this project you need:
- To install ruby on rails on your PC. You can read [this](https://guides.rubyonrails.org/) documentation on how to do so
- Know how to navigate directories or folders at the CLI.
- Know how to get a repository's URL(https/ssh) on GitHub.
- You should have a code editor installed, preferably VSCode.
### Setup
In the desired folder or directory in the CLI, run the command:
```JavaScipt
git clone https://github.com/RoyJumah/recipe-app.git
```
Navigate into the cloned folder or repository by running the command:
```JavaScript
cd recipe-app
```
If VsCode is your default code editor, run:
```JavaScript
code .
```
To install all the dependencies, run:
```JavaScript
bundle install
```
After installing all the dependencies with the bundle install command, run the command `rails s` to start the server, and then navigate to http://localhost:3000 in your web browser to access the application.
You are all set up!
### Run tests
To run tests, run the following command:
```sh
$ bundle exec rspec
```
👤 **Roy Jumah**
- GitHub: [@RoyJumah](https://github.com/RoyJumah)
- Twitter: [@\_royissues](https://twitter.com/_royissues)
- LinkedIn: [Roy Jumah](https://www.linkedin.com/in/roy-jumah/)
👤 **Hassaan Baig**
- GitHub: [@HassaanBaig](https://github.com/Hassaanjbaig-code/)
- LinkedIn: [Hassan Baig](https://linkedin.com/in/hassaan-jawwad=baig)
- [ ] Ability to search for recipes
- [ ] Integration with payment system for shopping list
- [ ] Social sharing of recipes
- [ ] User profile customization options
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/RoyJumah/recipe-app/issues).
If you like this project you can give it a star
We want to thank `Microverse` for providing us with the resources that enabled us to finish this challenge!
This project is [MIT](./LICENSE) licensed.