/CodeChisme-Backend

a chat for developers to connect

Primary LanguageRuby

code chisme

Code Chisme Backend

A social platform that facilitates communication among developers and the programming community alike.

The frontend can be found here

Prerequisites

  1. Install HomeBrew
    $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  2. Install Ruby
    $ brew install ruby
  3. Install Rails
    $ gem install rails
  4. Install PostgreSQL
    $ brew install postgresql

Getting Started

  1. Clone this repository and cd into the directory
  2. Install Dependencies
    $ bundle install
  3. Initiate the database, migrate provided tables, and seed provided data
    $ rails db:create db:migrate db:seed
  4. Start the rails server, this will start the Rails Backend API on port 3000 $ rails s

Feature to come

  • Video chat
  • Emojis
  • Voice messaging