Skip to content

cdt-eth/Idea-Board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idea Board

palette

An Idea Board built with Rails & React.


GitHub followers Twitter Follow

Table of Contents

Overview

An Idea Board built with Rails & React. Create-React-App was used to scaffold the frontend. Rails was used for the api configuration. It has endpoints for adding ideas as well as editing and deleting them. I used Axios to make async requests to our rails app to populate the data and create new ideas. I enabled CORS to allow us to make these requests.

For the Rails portion (the api), SQLite was the db used in development by default but Postgres had to be used for production to play well with Heroku. I deployed the React portion (the UI) to Firebase. You can see the final project here.

Tools

  • Rails
  • React
  • Axios
  • SQLite 3
  • Postgres
  • Rack/Cors
  • Firebase (ui)
  • Heroku (api)