- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐ Show your support
- 🙏 Acknowledgements
- 📝 License
Describe your project in 1 or 2 sentences.
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.
- Ruby on Rails
- Postgresql
- Capybera
- Rspec
- Cancancan
- Devise
- Sign up new user
- Add Recipe
- Add Food
- Generate shoping list
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A code editor
- Ruby installed
- Ruby on Rails installed
- Postgresql installed
Clone this repository to your desired folder: https://github.com/altontonn/Recipe-app.git
cd my-folder
recipe-app
install this project with: bundle install rails db:create rails db:migrate
To start the application, run the following command
rails server
rspec
To run the project, run ruby <filename>
in your terminal
👤 Ekpenisi Erue Raphael
- GitHub: @eerapheal
- Twitter: @ekpenisiraphael
- LinkedIn: ekpenisi-e-raphael-9678a221a
👤 Newton Alumasa
- Github: altontonn
- Twitter: AlumasaNewton
- Linkedin: newton-alumasa
- Set up associations
- Add basic UI
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request.
Feel free to check the issues page.
If you like this project please give it a star
This project is MIT licensed.