Brainstormer
- Ruby on Rails
- React.js
- PostgreSQL database
- Materialize Framework
- Application deployed in production using Heroku
- Amazon Web Services (S3) with Carrierwave gem for photo uploads
- Devise gem for user authentication
- Bundle install ruby gems: $ bundle
- Install nmp packages: $ npm install
- Create and migrate the database: $ rake db:create $ rake db:migrate
- Start the server: $ rails s $ npm start
- Test with Rspec: $ rake db:test:prepare $ rake