G-Redos / MAKERS-W5-makersbnb-ruby-seed

Makers Academy: W5 group project

Home Page:https://github.com/G-Redos/MAKERS-W5-makersbnb-ruby-seed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MakersBnB Project Seed

This repo contains the seed codebase for the MakersBnB project in Ruby (using Sinatra and RSpec).

Someone in your team should fork this seed repo to their Github account. Everyone in the team should then clone this fork to their local machine to work on it.

Setup

# Install gems
bundle install

# Run the tests
rspec

# Run the server (better to do this in a separate terminal).
rackup

About

Makers Academy: W5 group project

https://github.com/G-Redos/MAKERS-W5-makersbnb-ruby-seed


Languages

Language:Ruby 77.7%Language:HTML 17.5%Language:CSS 4.8%