- 📖 About the Project
- 💻 Getting Started
- 👥 Author
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Best Recipes is a place where you can keep record of all your recipes and also check out other recipes from other users. It allows you to save ingredients, keep track of what you have, create recipes and share them. Also you have a shopping list that shows and even to find out what ingredients you need to buy, how many of them and what is the total you will spend.
Client
Database
Styles
- create a list of recipes
- create a list of ingredients (with ingredients from your list
- delete and edit your ingredientes and recipes
- a shopping list where you know exactly what you need to buy
not available yet
To get a local copy up and running, follow these steps.
- Ruby installed in your computer. (install guide)
- Rails installed in your computer. (install guide for Ubuntu and Windows)
- Any code editor like Vscode or Vim.
Clone this repo with git. Run the following command in your terminal:
git clone https://github.com/tiagomarin/Best-Recepies.git
Go to the repo directory and the following command in your terminal:
bundle install
to see it running on your navigator run the following command in your terminal:
./bin/dev
To run tests, run the following command:
rspec
👤 Tiago Lelinski
- GitHub: @tiagomarin
- Twitter: @LelinskiMarin
- LinkedIn: Tiago
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Thanks to my learning partners for their support and advices
This project is MIT licensed.