This is a Ruby on Rails 5 application that allows users to order pizza at the comfort of their homes.
This web application is written with Ruby using the Ruby on Rails framework and a PostgreSQL database
Once you have Ruby, Rails and PostgreSQL installed. Take the following steps to install the application:
-
Run
git clone https://github.com/JoyyToo/onlinePizzaOrdering.git
to clone this repository -
Run
bundle install
to install all required gems
- Run
brew install postgres
- Run
-
rails db:create
-
rails db:migrate
-
- Run
rails db:seed
- Run test with
rspec spec
- Run
rails s