Skip to content

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

License

Notifications You must be signed in to change notification settings

jacobsteves/Chatpost

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published