This is a recipe web app built with Ruby on Rails
- Ruby on Rails
- Linters
- Install Ruby based on your OS from HERE
- Clone the project using git-bash or Githup Desktop.
git clone https://github.com/vechicin/Cookbook.git
OR
git clone git@github.com:vechicin/Cookbook.git
- Open the project folder with VSCode or any Editor.
- Open terminal and navigate to the project folder.
- Run
gem install
,bundle install
andnpm install
to install all of the project's required dependencies. - 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. - If you want to run some unit tests, all you need to do is run the
rspec
command on your terminal after installingrspec-rails
👤 Santiago Velosa
- GitHub: @vechicin
- Twitter: @therealvelosa
- LinkedIn: Santiago Velosa
👤 Khusiima Luke Masaba
- GitHub: @Lucas Masaba
- Twitter: @MasabaLuke
- LinkedIn: Khusiima Luke Masaba
Give a ⭐️ if you like this project!
This project is MIT licensed.