Chat System API (V1)

Table of Contents

Codebase

The stack

Getting Started

This section provides a high-level requirement & quick start guide for installing the application using Docker.

Prerequisites

Docker Installation

  1. Install docker and docker-compose
  2. git clone git@github.com:ahmadabdelhalim/chat-system-api.git
  3. cd chat-system-api
  4. run docker-compose up
  5. run spec docker-compose exec web rspec
  6. That's it! Navigate to http://localhost:3000/rails/info/routes to find all the routes.