The Ruby on Rails recipe application provides a secure login and registration system for users. It allows users to manage their food items, recipes, and shopping lists effectively. Users can easily create, read, update, and delete their food and recipe data. Additionally, the app offers a wide range of public recipes contributed by other users, along with detailed information such as recipe names and total prices for an interactive cooking experience.
Ruby on Rails
Key features of the application.
- Food List Management
- Recipe Management
- General Shopping List
- Public Recipe Sharing
- Food and Recipe CRUD
- Integration specs for Views and fixing n+1 problems
- Add Devise
- User Authentication
To get a local copy up and running, follow these steps.
In order to run this project you need:
- laptop
- git
- Code Editor.
- PostgreSQL.
- Ruby On Rails.
- Linters
Clone this repository to your desired folder:
sh cd my-folder git clone https://github.com/Chimoneg27/Rails-Recipe-App
Install this project with:
- Install PostgreSQL.
- Install Ruby On Rails using rails new recipe-app --database=postgresql command. sh cd my-project bundle install
👤 Garvin Chimone
- GitHub: @Chimoneg27
- Twitter: @GarvinChimone
- LinkedIn: Garvin Chimone
👤 Nilab Khwajazada
- GitHub: @nilab-khwaja
- Twitter: @nilab
- LinkedIn: @nilab-khwajazada
Features will be added to the project.
- Creating Weekly Meal Planning
- Video Integration
- Recipe Versioning
- Offline Recipe Sharing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, show your support by giving a star ⭐️, thanks in advance.
I would like to thank Microverse for including this in their curriculum.
This project is MIT licensed.