Skip to content

codeandolat/tweety

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweety

Small Social Network, where you can create, edit, delete and comment on posts you can also find friends to see what they share.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Install ruby version 2.4.2 for this project.
  • Install mysql server.

Installing

After clone the project please move to folder and run the next line command to install all gems

$ bundle install

I use figaro gem to configure ENV variables, so you need to run this command to create your application.yml inside config folder and add it to .gitignore

$ bundle exec figaro install

Add this lines to config/application.yml with your values:

database_host: "localhost"
database_username: "root"
database_password: ""
facebook_id: ""
facebook_secret: ""

Built With

Screenshots

Home/Login

Login

Forgot your password?

Forgot

Dashboard

Dashboard

Profile

Profile

Configuration

Configuration

New post

New Post

Authors

About

Social network with Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •