https://github.com/devtarun/cichat
Codeigniter Chat app using Rest API
https://github.com/devtarun/cichat
Last synced: 4 months ago
JSON representation
Codeigniter Chat app using Rest API
- Host: GitHub
- URL: https://github.com/devtarun/cichat
- Owner: devtarun
- Created: 2019-01-24T20:23:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T06:36:44.000Z (over 7 years ago)
- Last Synced: 2025-12-01T03:19:08.506Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ciChat
A Simple PHP Apps for chating simulation using Codeigniter framework and API's.
### Installation Instructions
- Clone/download the repo.
- Create a database and upload the sql file in th repo.
- Change `$config['base_url']` to your url in `application\config\config.php`
- Update database details in `application\config\database.php`
### API's
You can use `POSTMAN` to check GET AND POST API.
GET - `http://localhost:8080/ciChat/home/getMsgs` - To get all messages.
POST - `http://localhost:8080/ciChat/home/sayhi/1` WHERE 1 - is the user ID