Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

AhmedAbdelGawadFarag/web-chat-app-backend-api

Repository files navigation

README

Info

rest-api using ruby on rails for web chat application.

chat application client side : https://github.com/ahmedbeeka/web-chat-app-frontend

Technologies

  • Ruby version : 2.7

  • Database : postgresql

  • api : rest-api

  • http: websockets

Installation instructions

  1. Install the dependencies through npm or yarn

  2. Install the gems through bundle install

  3. Create the Database through : rails db:create

  4. Create the schema through : rails db:migrate

  5. enjoy the server