Coder Social home page Coder Social logo

instabug-backend-challenge's Introduction

Logo project

instabug

This project is amazing, you should write some lines about it.


Content

Features โœจ

  • Create chats
  • Send messages
  • Search through past messages

Prerequisites

Please make sure the followings are installed

  • Docker
  • Docker compose

Install ๐Ÿ™

  • Clone the repo git clone https://github.com/toushi100/instabug-backend-challenge.git
  • cd into the repo cd instabug-backend-challenge
  • run the project by docker-compose up

Technologies ๐Ÿ’ป

  • Ruby on Rails
  • Sidekiq
  • MySQL
  • Redis
  • Elasticsearch

Documentation ๐Ÿ“„

  • Application:

    • Index GET /v1/applications
    • Create POST /v1/applications
    • Update PUT /v1/applications/:token
    • Show GET /v1/applications/:token
  • Chats:

    • Index GET /v1/applications/:token/chats
    • Create POST /v1/applications/:token/chats
    • Show GET /v1/applications/:token/chats/:number
  • Messages:

    • Index GET /v1/applications/:token/chats/:number/messages
    • Create POST /v1/applications/:token/chats/:number/messages
    • Destroy DELETE /v1/applications/:token/chats/:number/messages/:message_number
    • Search GET /v1/applications/:token/chats/:number/messages/search?q={batata}

Database Schema ๐Ÿ’พ

  • The database consists of there tables
    • Applications
    • Chats
    • Messages
    Logo project

Maintainers ๐Ÿ‘ท

Tostee Lucas
Ahmed Salah

๐Ÿ’ป

instabug-backend-challenge's People

Contributors

toushi100 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.