Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahmoudrizk/chat-app
https://github.com/mahmoudrizk/chat-app
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahmoudrizk/chat-app
- Owner: MahmoudRizk
- Created: 2024-07-14T17:40:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T12:54:08.000Z (4 months ago)
- Last Synced: 2024-10-11T22:55:52.954Z (27 days ago)
- Language: Ruby
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## System Info
* Ruby version: 3.3.4
* Rails version: Rails 7.1.3.4
* Database version: MySQL 9.0.0
* Docker version: 25.0.4
* Docker compose version: 1.29.2## Run using Docker
1. Create .env file under the root directory with env variables mentioned in .env.example where its values can be copeid
to the .env file
2. Run docker compose ```sudo COMPOSE_PROJECT_NAME=chat-app docker-compose -f 'docker-compose.yml' --env-file .env up```