Chat with your friends in a global chatroom!
Created with Ruby on Rails.
- Ruby on Rails
- Bcrypt for authentication
- Semantic-ui for styling
- Redis
- Databases: SQLite3 in development and testing, PostgresQL for production
To get a local copy up and running follow these simple example steps.
- Have ruby installd
- Have Rails 5 insalled
- Clone this repo to your computer using
git clone
and the web url - Open your terminal and
cd
into the project root directory
- Run
bundle install
- Install yarn packages as the terminal will prompt you to do
- Run
rails db:create
- Run
rails db:migrate
- Run
Rails s
to start the server
- Open your browser at
localhost:3000
- Sign up and start chatting with your friends!
👤 Azeem Ahmed
- Github: @Azeem838
- LinkedIn: Azeem Ahmed
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.