Skip to content

Final Project for Rails unit for Learn.co's Full Stack Web Developer Program

Notifications You must be signed in to change notification settings

KerryAlsace/where-to-work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

  • Configuration

git clone git@github.com:KerryAlsace/where-to-work.git cd where-to-work bundle install

  • Database creation

rails db:setup rails db:migrate rails db:seed for seed data for development and testing

  • Enable Oauth2

add this to config/application.yml file:

GOOGLE_CLIENT_ID: <ID>
GOOGLE_CLIENT_SECRET: <SECRET>

replace and with info from your Google API Console: https://developers.google.com/identity/protocols/OAuth2?csw=1

  • Deployment instructions

rails c to drop into rails console rails s to start server localhost:3000

About

Final Project for Rails unit for Learn.co's Full Stack Web Developer Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published