Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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.