https://github.com/kazemmdev/chatting-app
https://github.com/kazemmdev/chatting-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kazemmdev/chatting-app
- Owner: kazemmdev
- Created: 2022-08-08T08:43:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T16:59:46.000Z (almost 4 years ago)
- Last Synced: 2025-04-19T13:35:11.195Z (about 1 year ago)
- Language: PHP
- Size: 362 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Chatting APP
This is a simple chatting application using React native and Laravel as RestAPI
## instalation
1. Copy all .env.example file to .env and init them
2. Go to main dir and run `docker-compose up --build -d`
3. Go to frontend dir and run `yarn && yarn start`