jacobsteves / Chatpost

A dynamic Ruby on Rails social media platform with a dedicated API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

A Ruby on Rails social media platform. Includes an instant messaging platform and posting. An API has also been implemented allowing the creation of messages/users/posts so an external application (such as a mobile app) can be easily developed.

Getting Started

Run the following commands:

bundle install && gem update system && rake db:migrate && rake db:seed && rails s

Within a new shell, run:

rackup private_pub.ru -s thin -E production

to set up the faye observer server.

Built With

Screenshots

Messaging New Post
Main Screen Login

TODO

  • Implement pagination for posts

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A dynamic Ruby on Rails social media platform with a dedicated API.

License:MIT License


Languages

Language:Ruby 52.9%Language:HTML 26.0%Language:JavaScript 14.4%Language:CSS 6.7%