Skip to content
This repository has been archived by the owner on Jul 12, 2018. It is now read-only.

bignerdranch/Forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

#Forum An app for people to discuss Big Nerd Ranch books.

##Goal Create a collaborative environment for readers of Big Nerd Ranch books.

##Requirements

  • Ruby 2.2.1
  • Postgresql
  • Rails 4.2.1

##Bootstrap

Clone the repo:

  • In your terminal, type $ git clone git@github.com:bignerdranch/Forum.git
  • Press enter
  • In your terminal, type $ cd Forum

Install gems:

$ bundle

Set up database/schema:

$ rake db:create

$ rake db:migrate

Run application locally

$ rails server

Type localhost:3000 in browser

##Test application

$ rake db:test:prepare

$ rspec spec

##Application Environment Variables include:

  • ENV["GMAIL_USERNAME"]
  • ENV["GMAIL_PASSWORD"]
  • ENV["GMAIL_DOMAIN"]

About

A forum! Backend summer internship project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages