Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-04-18T11:00:43.000Z (over 2 years ago)
- Last Synced: 2023-03-09T17:45:58.899Z (over 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
![](https://img.shields.io/badge/Microverse-blueviolet)
# 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 [email protected]: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.