Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.49 KB

README.md

File metadata and controls

66 lines (40 loc) · 1.49 KB

Message me app - Group chat with your friends

Chat with your friends in a global chatroom!

screenshot

Created with Ruby on Rails.

Built With

  • Ruby on Rails
  • Bcrypt for authentication
  • Semantic-ui for styling
  • Redis
  • Databases: SQLite3 in development and testing, PostgresQL for production

Live Demo

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  1. Have ruby installd
  2. Have Rails 5 insalled

Setup

  1. Clone this repo to your computer using git clone and the web url
  2. Open your terminal and cd into the project root directory

Install

  1. Run bundle install
  2. Install yarn packages as the terminal will prompt you to do
  3. Run rails db:create
  4. Run rails db:migrate
  5. Run Rails s to start the server

Usage

  1. Open your browser at localhost:3000
  2. Sign up and start chatting with your friends!

Authors

👤 Azeem Ahmed

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.