Skip to content

21shield/CoFii-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Co Fii Backend

Coffee Shop locator app highlighting shops offering co-working space, utilizing Rails, PostgreSQL, and frontend built on React

Prerequisites

  1. Install HomeBrew
    $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  2. Install Ruby
    $ brew install ruby
  3. Install Rails
    $ gem install rails
  4. Install PostgreSQL
    $ brew install postgresql

Getting Started

  1. Clone this repository and cd into the directory
  2. Install Dependencies
    $ bundle install
  3. Initiate the database, migrate provided tables, and seed provided data
    $ rails db:create db:migrate db:seed
  4. Start the rails server, this will start the Rails Backend API on port 3000 $ rails s

Features to come

  • View menu items for shops
  • Note feature