Skip to content

A platform where you could search and meet like-minded people

Notifications You must be signed in to change notification settings

mercyoseni/collabfield

Repository files navigation

COLLABFIELD

A platform where you could search and meet like-minded people.

App Main functionalities:

  • Authentication (with Devise)
  • Ability to publish posts, and search and categorize them
  • Instant messaging (popup windows and a separate messenger), with the ability to create private and group conversations.
  • Ability to add users to contacts
  • Real time notifications

Getting Started

  • To clone the app, run git clone https://github.com/mercyoseni/collabfield.git
  • Checkout to the app's directory, run cd collabfield
  • Run bundle install to install gem dependencies
  • Run rails db:setup to create databases, run migrations and seeds
  • Run rails s to start the server, navigate to http://localhost:3000

Reference