Coder Social home page Coder Social logo

tafodinho / connect-me Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 1.08 MB

A social media network where users post feeds and send friend request to other users

Home Page: https://josh-connect-me-app.herokuapp.com

Ruby 68.70% JavaScript 1.18% CSS 3.67% HTML 25.24% CoffeeScript 1.22%

connect-me's Introduction

ConnectMe

Connect me is a social media app with features similar to that of the original Facebook. It has functionalities such as:

  • Upload posts
  • View friends
  • Send friend request
  • Accept friend request
  • Reject friend request
  • Unfriend user
  • Comment and like a post
  • Add, delete, search friends

live version

connect me

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

This project is built with Ruby on Rails. Before try to run it locally make sure you have Ruby, and Ruby on Rails installed.

After installing check your ruby version with ruby -v

ruby -v
ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-linux]

and your rails version with rails -v

rails -v
Rails 5.2.3

Installing

Run bundle install to install all required dependencies

Setting up the Database

After running bundle install you can go ahead and setup your database in the env file located in the home directory of the project. you can then go ahead to run rake db:setup or rails db:setup to create the database and run the migration.

Run the server

To run the server and open your project run: rails s and open a tab in your browser at localhost:3000 which is the default port rails use. Don't forget to start the postgreSQL database server

Running the tests

Run bundle exec rspec spec to run all the tests that were included in this project

Deploy on Heroku

You can deploy the project on Heroku using the following steps:

  • Create a Heroku Account
  • On the terminal, run heroku create to create a new app
  • Run heroku push to start a deployment on Heroku.
  • Run heroku migrate to run migrations on your production database.
  • Visit your project URL as assigned by Heroku to see a live deployment of Fakebook.

Built With

  • HTML5,CSS3
  • Ruby On Rails

Authors

Screenshots

screenshot1 sending friend request accepting friend request viewing friends user timeline home with users posts

connect-me's People

Contributors

tafodinho avatar offorma avatar dependabot[bot] avatar

Stargazers

 avatar Orestis Kaplanis avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.