- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Recipe-App is an application where you can save your favorite recipes, ingredients and make a comparison to know how many ingredients you are missing in quantity in order to prepare your favorite meals.
In these apps we implement the devise gem to authenticate the user and you can have your recipes securely saved.
Client
Server
Database
- Use Ruby Gems as a software packages system.
- Use database migration files to maintain database schema
- Use data models with associations.
- Use customize model methods
- Use validation for models
- Use controllers to handle requests and render empty views
- Use preprocessed HTML file with embedded Ruby code.
- Use Rails forms to add foods, recipes and ingredients to recipe
- Use devise with authentication
- Use cancancan for user authorization
- Coming soon
To get a local copy up and running, follow these steps.
In order to run this project you need: Rails and postgres install on your local computer.
$ gem install rails
#postgres for ubuntu:
$ sudo apt update
$ sudo apt install postgresql postgresql-contribClone this repository to your desired folder:
https://github.com/gandradep/Recipe_app.gitInstall this project with:
$ bundle installTo run the project, execute the following command:
$ rails serverTo run tests, run the following command:
rspecMention all of the collaborators of this project.
👤 Gabriel Andrade
- GitHub: @gandradep
- Twitter: @leribagandrade
- LinkedIn: LinkedIn
👤 Josué Benavides
- Create API
- Deploy
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project do not forget to start the repository.
Microverse for giving this project guides.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.