Skip to content

tfb34/timeout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timeout

A social network web application that allows users to connect and share with other people. Users can sign in with their gmail accounts and customize their profile. You can create posts and upload images only visible to friends. Users can also send and accept friend requests as well as upvote posts.

Getting Started

To access the app via browser, https://time-out.herokuapp.com/ . (Note: may take a minute to wake up that dyno over at Heroku)

To get a copy of the project up and running on your local computer read on.

Prerequisites

Must have installed:

  • Linux OS
  • Ruby
  • git
Must setup Postgresql for database. Use figaro to setup credentials in config/environments/development.rb.

Installing

Click on the 'clone or download' button and copy the web URL provided. Open your terminal and change directory to your preference. In the terminal, type :

git clone https://github.com/tfb34/timeout.git

Change directory to timeout

cd timeout

Install gems stored in Gemfile :

bundle install

Startup server to open app in development

 rails s

Open browser, and go to http://localhost:3000/

Testing

In terminal, run the following line :

rails test

Note: you will get errors upon running model, controller, and integration tests if credentials are not set up.

Deployment

Open in browser

Built With

For more information, visit the odin project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors