https://github.com/vechicin/cookbook
This application allows you to create and save your favorite recipes so you can share them with the world!
https://github.com/vechicin/cookbook
database rails ruby
Last synced: about 2 months ago
JSON representation
This application allows you to create and save your favorite recipes so you can share them with the world!
- Host: GitHub
- URL: https://github.com/vechicin/cookbook
- Owner: vechicin
- License: mit
- Created: 2022-04-11T17:27:02.000Z (about 4 years ago)
- Default Branch: development
- Last Pushed: 2022-04-18T11:00:43.000Z (about 4 years ago)
- Last Synced: 2025-03-30T15:24:58.871Z (about 1 year ago)
- Topics: database, rails, ruby
- Language: Ruby
- Homepage: https://vechicin-cookbook.herokuapp.com
- Size: 574 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Cookbook
> This is a recipe web app built with Ruby on Rails
## Built With
- Ruby on Rails
- Linters
## Install
- Install Ruby based on your OS from [HERE](https://www.ruby-lang.org/en/downloads/)
## Setup
1. Clone the project using git-bash or Githup Desktop.
~~~bash
git clone https://github.com/vechicin/Cookbook.git
~~~
OR
~~~bash
git clone git@github.com:vechicin/Cookbook.git
~~~
2. Open the project folder with VSCode or any Editor.
3. Open terminal and navigate to the project folder.
4. Run `gem install`, `bundle install` and `npm install` to install all of the project's required dependencies.
5. Run `rails s` to start the project's live server and take a look at the terminal to see the URL address it is running on.
6. If you want to run some unit tests, all you need to do is run the `rspec` command on your terminal after [installing](https://github.com/rspec/rspec-rails) `rspec-rails`
## Author
👤 **Santiago Velosa**
- GitHub: [@vechicin](https://github.com/vechicin)
- Twitter: [@therealvelosa](https://twitter.com/therealvelosa)
- LinkedIn: [Santiago Velosa](https://www.linkedin.com/in/santiago-velosa-arias/)
👤 **Khusiima Luke Masaba**
- GitHub: [@Lucas Masaba](https://github.com/Lucas-Masaba)
- Twitter: [@MasabaLuke](https://twitter.com/MasabaLuke)
- LinkedIn: [Khusiima Luke Masaba](https://linkedin.com/in/khusiima-luke-masaba)
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.