Skip to content

VinceCarollo/home_chef

Repository files navigation

VinceCarollo

HomeChef

App to track personal Chef home appointments

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • HomeBrew
  • Postgresql
  • Rbenv
  • Node
  • Overmind
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

brew install postgresql rbenv node yarn
brew install tmux
brew install overmind

Installing

git clone https://github.com/VinceCarollo/home_chef.git

rbenv install 2.6.5
gem install bundler
bundle install

Database

rails db:create
rails db:migrate

Run

overmind start

and navigate to http://localhost:5000

Running the tests

bundle exec rspec

Built With

Authors

About

Rails 6 Personal Chef Tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published