- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 📝 License
The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
Client
Server
Database
- ROR
- Devise
To get a local copy of this project and run it in your computer, follow these steps.
In order to run this project you need:
- A working computer.
- Connection to internet.
To get a local copy up and running follow these simple example steps.
Clone this repository in the desired folder:
cd my-folder
git clone https://github.com/dennis-every/recipes-app.git
To install this project:
cd recipes-app
code .
bundle install
To run the project, execute the following command:
rails server
For rails +7, include the following in your gemfile in the development, test group:
group :development, :test do
gem 'rspec-rails'
end
and
gem 'rails-controller-testing'
then run:
bundle install
To setup rspec, run the following:
rails generate rspec:install
To run the project tests, execute the following command:
rspec
👤 Ashmal Zahra
- GitHub: @ashmalzahra
- Twitter: @AshmalZahraa
- LinkedIn: ashmal-zahra
👤 Dennis Every
- GitHub: @dennis-every
- Twitter: @dennis_every
- LinkedIn: dennis-every
- Deployment.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.