A practical implementation of rails for development of an app similar to Facebook as part of a series of projects to be completed by students of Microverse.
This a application has the functionalities of a social media appliaction. Authorized user are able to perform the [Features]
stated in the section below. The features of this application tend to mimic most basic features of the facebook social media appliaction.
- HTML
- CSS
- Ruby
- Ruby on Rails
- SASS
- facebook Omniauth
- Sign up
- Login
- Upload post
- Like a post
- Comment on a post
- View notification
- Send friend request
- Accept friend request
- View post from friends
- View mutual friends
- Chat implementation for user
- Email confirmation
Clone the repository to your local machine
$ git clone https://github.com/forison/social-network.git
cd into the directory
$ cd social-network
open by issuing the command
rails s
Clone the repository to your local machine
$ git clone https://github.com/forison/social-network.git
cd into the directory
$ cd social-network
run
rspec
The demo page can be found HERE
- Fork it (https://github.com/Forison/social-network/)
- Create your feature branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -am 'What this commit will fix/add')
- Push to the branch (git push origin feature/[chosen name])
- Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details