/ideaboard-api

Backend for Idea Board application built w/ Rails API

Primary LanguageRuby

Idea Board API

Rails 5.1 API

Check out the React client-side here

Getting Started

  1. Clone this repo git clone
  2. cd into project directory
  3. bundle install
  4. rake db:create db:migrate
  5. rails s -p 3001 to start server (use port 3001 to avoid conflict with the React client-side)