https://github.com/varun93/handstel-backend-api
Backend API for the Handstel Community App
https://github.com/varun93/handstel-backend-api
rest-api slim-framework
Last synced: about 2 months ago
JSON representation
Backend API for the Handstel Community App
- Host: GitHub
- URL: https://github.com/varun93/handstel-backend-api
- Owner: varun93
- Created: 2017-10-31T09:14:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T09:17:44.000Z (over 8 years ago)
- Last Synced: 2025-01-05T22:12:31.467Z (over 1 year ago)
- Topics: rest-api, slim-framework
- Language: PHP
- Size: 712 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Handstel Backend Api for the Community App
This is a [Slim](https://www.slimframework.com/) application which served as the backend for the community version of the handstel app in 2014. The data layer is written using PDO. The application uses a token based authentication.
Some of the important features supported by the app were:
+ Join/Leave Group
+ Peer to Peer/Group Messaging using [Pubnub](https://www.pubnub.com/)
+ Push Notification
+ Add/Edit Profile
## Project Contributors
1. Varun Hegde (1hvarun@gmail.com)