- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Functional website that will show a list of ingredients, recipes and empower users to interact with them by adding new foods, recipes and downloading shooping lists.
Client
Server
Database
- Data Model
To get a local copy up and running follow these simple example steps.
You need the following tools be installed in your computer:
Clone this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/jmonto55/recipe-app.git
Install this project with:
cd recipe-app
bundle
Create the databases,run migrations, and populate it with seed data:
rails db:create
rails db:migrate
To run the project run the following commands:
rails tailwindcss:build
rails s
To run tests, run the following command:
rspec
👤 Hans-Derly Rameau
- GitHub: @hansderly
- Twitter: @_hansderly
- LinkedIn: ansderly-rameau
👤 Jose Montoya
- CRUD for articles
- Awesome UI
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star 😁🌟✨
Thanks to Microverse for providing us with the right material to aid this project development
This project is MIT licensed.