- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- β FAQ (OPTIONAL)
- π License
Food App is a Ruby on Rails application that keeps track of all your food and recipes. The app allows a user to add foods and the different recipes of the foods. The recipes can either be private or public. Public recipes can be see by anyone while private recipes are only seen by the owner. Only the owner can delete either a food or a reipe. The app also generates a shopping list based on what the foods required to make the recipe.
Client
Server
Database
Describe between 1-3 key features of the application.
- Create, show or delete a food
- Create, display or delete a food recipe
- Display a shopping list
Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby and rails installed
- PostgreSQL server installed
- Visual Studio Code
Clone this repository to your desired folder:
git clone https://github.com/inspecta/food-app.gitInstall this project with:
cd food-appInstall the required gems
bundle installTo run the project, execute the following command:
rails serverTo run tests, run the following command:
gem install rspec
rspec specMention all of the collaborators of this project.
π€ Author1
- GitHub: @inspecta
- Twitter: @djmulinde
- LinkedIn: LinkedIn
π€ Author2
- GitHub: @Joe1-100
- Twitter: @Joel Kugonza
- LinkedIn: Joel Kugonza
Describe 1 - 3 features you will add to the project.
- A better User Interface
- The inventory functionality
- A chat functionality for users to communicate with Recipe and Food creators
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project, please give it a star.
Give credit to everyone who inspired your codebase.
I would like to thank Microverse for their continued support. They've provided us with the reading material that have helped us to create this application.
Add at least 2 questions new developers would ask when they decide to use your project.
-
Can I reuse this code?
- Yes sure, feel free.
-
Are contributions welcome?
- Yes please. Contact me at
djmulinde@gmail.comand I will be happy to add you as a contributor.
- Yes please. Contact me at
This project is MIT licensed.