Welcome to InstaRecipes!! A webpage where users can come together and share their famous recipes with the community. InstaRecipes is a free and public app that anyone can access and post their sercet recipes. Users are able to like the recipes and which can show the community which recipe is the favorite within the community.
https://github.com/harrf815/backend-api
- bundle install
- rails db:migrate
- rails db:seed
- rails s
- open index.html (frontend file)
- Ruby version: 2.6.1
- Rails version: 6.1.3
Raising an issue or suggesting an improvement
-
If you notice a problem with the app that you believe needs improvement. Feel free to make changes or leave comments. Use a git workflow to make it happen:
- Fork this repository
- Make the changes on your fork, with a descriptive commits
- Open a Pull request against this repo
MIT License
Copyright (c) [2021] [InstaRecipes]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.