The **Rails Recipe App ** is a website that enables users to add, create, update and remove foods, recipes and ingriedents. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.It will enable you to check public recipes available for use.
Client
Server
Database
In order to run this project you need:
Example command:
gem install rails
Clone this repository to your desired folder:
Example commands:
git clone git@github.com:carlosmuerto/rails_recipe_app.git
cd rails_recipe_app
- edit 'config\database.yml' file with your username and password
Install this project with:
- install dependency
bundle install
- setup database
rails db:setup
To run the project, execute the following command:
rails server
👤 Carlos Vivas
- GitHub: @carlosmuerto
- LinkedIn: LinkedIn
👤 Addis Tsega
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...
Give credit to everyone who inspired your codebase. I would like to thank...
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.