Coffee Shop locator app highlighting shops offering co-working space, utilizing Rails, PostgreSQL, and frontend built on React
- Install HomeBrew
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" - Install Ruby
$ brew install ruby - Install Rails
$ gem install rails - Install PostgreSQL
$ brew install postgresql
- Clone this repository and
cdinto the directory - Install Dependencies
$ bundle install - Initiate the database, migrate provided tables, and seed provided data
$ rails db:create db:migrate db:seed - Start the rails server, this will start the Rails Backend API on port 3000
$ rails s
- View menu items for shops
- Note feature