- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
Recipe App is an application that allows you to keep track of recipes, inventory and ingredients, generate shoping lists for ingredients you lack for a recipe and share your recipes (depending on their public or private status).
Client
Server
Database
Describe between 1-3 key features of the application.
- Add recipes, inventory, ingredients
- Generate shoping lists based on existing ingredients
- Share recipes
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install railsClone this repository to your desired folder:
Example commands:
git clone https://github.com/BucurEva87/recipe-app.gitInstall this project with:
Example command:
cd recipe-app
bundle installYou will need to create a database and run the migrations.
At this moment the project expects you to have a database
named recipe_app_development. You can create this database
and generate the migrations by running the following command:
rails db:create && rails db:migrateTo start the server use the following command:
rails serverTo run tests, run the following command:
Example command:
rspec spec👤 Eva-Lavinia Bucur
- GitHub: @BucurEva87
- Twitter: @BucurEva
- LinkedIn: Eva-Lavinia Bucur
👤 Krishna Prasad Acharya
- GitHub: @krishnabot
- Twitter: @last_matrix
- LinkedIn: @Krishnabot
Describe 1 - 3 features you will add to the project.
- Register and login users
- Add recipes, inventory and ingredients
- Allow users to share their recipes
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please be kind and give it a star. We'd really appreciate ^_^
No acknowledgements are yet due.
This project is MIT licensed.