Skip to content

AFresnedo/learning-through-problems-RoR

Repository files navigation

Math Affirm Website

The Ruby on Rails application supporting the Math Affirm website.

Team members: Andres, Dragos, Razvan, Rob

This README pertains to the deployment of the server. For design and implementation details, please refer to the wiki instead.

Server

  • Developed with Rails 5.1.2 and Ruby 2.3
    • Gems are in Gemfile
  • Puma
  • PostgreSQL
  • Heroku
    • Test-site deployment

Content

Launching Server on Linux

  • $ bundle install --without production
    • To install gems
  • Setup PostgreSQL
  • $ rails db:schema:load
    • To create database tables
  • (optional) seed the database with latest commited content
    • $ rails db:seed:all
  • $ rails s
    • To launch server at localhost:3000

About

A ruby on rails website for teachers to create problems and have students progress through them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors