- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Recipe App keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.
Client
Server
Database
- CRUD functionailties
- Database Migrations
- Test coverage
- Database Associations
- Database Validations
- Authentication
- Authorization
To get a local copy up and running, follow these steps.
In order to run this project you need:
brew install ruby (on Mac OS)
Clone this repository to your desired folder:
git clone https://github.com/peterdtitan/recipe_app.git
Install this project with:
cd recipe_app
bundle install
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec
This project is run locally and has no deployments yet.
👤 Peter Okorafor
- GitHub: @peterdtitan
- Twitter: @PeterDeTitan
- LinkedIn: Peter OKorafor
👤 Santosh Konappanavar
- GitHub: @Santosh-Konappanavar
- Twitter: @SantoshKonapp1
- LinkedIn: @Santosh Konappanavar
There will be no future features available for this project as it will be deprecated soon. However, the following may be done:
- Code Refactoring
- Modification of modules
- More unit tests.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star and follow me.
I would like to thank (Microverse)[https://github.com/microverseinc] for providing the learning support as well as all collaborators on this project.
This project is MIT licensed.