📖 Blog App Blog Here
Recipes App The Recipes app will be an app that helps in managing food recipes and food items. It also automatically generates shopping lists for users to know the missing ingredients for their recipes.
Ruby on Rails
- Use Migration to create schema.
To get a local copy up and running, follow these steps.
In order to run this project you need:
cd my-folder
git clone https://github.com/carreraprogrammer/recipes_app.git
This project does not require additional dependencies, just Ruby interpreter. However, it uses RuboCop as a linter and you should set it up as well.
bundle install
To run the project, navigate to the project directory and execute the following command:
rails db:create
rails db:migrate
rails s
To run tests, run the following command:
Run the following command
rspec spec/
You can deploy this project using:
Not available at the moment.
👤 Adegboyega Boluwatife
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Daniel Carrera
- GitHub: @carreraprogrammer
- Twitter: @carreraprogrammer
- LinkedIn: Daniel Carrera
- I will add following features in this project
- Validations and Model specs.
- Processing data in models.
- Setup and controllers.
- Controllers specs.
- Views.
- Login page
- Integration specs for Views.
- Add Devise.
- Add authorization rules.
- Add API endpoints.
- API documentation.
Contributions, issues, and feature requests are welcome!
If you like this project please follow me to find more project of this type in future.
I would like to thank microverse to provide me required information to make this project so far.
This project is MIT licensed.