Git Product home page Git Product logo

chatapp-rubyonrails's Introduction

๐Ÿ“š ChatRoom - Ruby On Rails 7

Welcome to ChatRoom! This guide will help you get started with setting up and running the application on your local machine. ๐Ÿš€

Live Demo

Deployed Link: https://chatroom-thoriqas.onrender.com

Prerequisites ๐Ÿ“‹

Before you begin, ensure you have the following installed on your machine:

  • Ruby (version 3.3.2 or newer)
  • Rails (version 7.2.0.beta2 or newer)
  • Bundler (a dependency manager for Ruby)
  • Node.js and Yarn (for managing JavaScript dependencies)

Getting Started ๐Ÿ› 

Follow these steps to get the application up and running:

1. Clone the Repository ๐Ÿ“ฆ

First, clone the repository to your local machine using git:

git clone https://github.com/Muhthoriqas/ChatApp-RubyOnRails
cd ChatApp-RubyOnRails

Install Dependencies ๐Ÿ“ฅ

Install the necessary Ruby gems and JavaScript packages:

bundle install 
yarn install

Set Up the Database ๐Ÿ—„

Set up the database by running the following commands:

rails db:create
rails db:migrate
rails db:seed

Start the Rails Server ๐ŸŒ

Launch the Rails server to run the application locally:

rails server

You can now access the application by navigating to http://localhost:3000 in your web browser. ๐ŸŽ‰

Additional Commands ๐Ÿ’ป

Here are some additional commands you might find useful:

  • Run Tests: rails test
  • Open Rails Console: rails console
  • Generate New Resource: rails generate <resource_name>

Troubleshooting ๐Ÿ› 

If you encounter any issues, here are some common solutions:

  • Postgres Issue : Check here
  • Bundler Issues: Ensure you have the correct version of Bundler installed. You can update Bundler with gem install bundler.
  • Server Issues: Check for any error messages in the terminal and ensure all dependencies are installed.

Contributing ๐Ÿค

We welcome contributions! Please fork the repository and create a pull request with your changes. Make sure to follow the code style and include tests for any new features or bug fixes.

chatapp-rubyonrails's People

Contributors

muhthoriqas 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.