https://github.com/golevy/tennis-match
A WeChat mini-program for tennis enthusiasts.
https://github.com/golevy/tennis-match
cloudfunctions javascript nodejs wechat-mini-program
Last synced: about 1 month ago
JSON representation
A WeChat mini-program for tennis enthusiasts.
- Host: GitHub
- URL: https://github.com/golevy/tennis-match
- Owner: golevy
- Created: 2023-12-28T17:17:24.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-12T18:24:56.000Z (over 2 years ago)
- Last Synced: 2024-12-28T05:25:05.393Z (over 1 year ago)
- Topics: cloudfunctions, javascript, nodejs, wechat-mini-program
- Language: JavaScript
- Homepage:
- Size: 854 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tennis Match
This is a tennis WeChat mini-program developed for tennis enthusiasts. It includes a smart recommendation algorithm based on skill level and distance range, a polling-based chat feature, an activity timeline display similar to the GitHub activity graph and more.
## Getting Started
```
npm install
```
## Reference
- Database: A JSON document-based database that can be operated both in the mini-program front-end and read/written in cloud functions.
- File Storage: Directly upload/download files to the cloud from the mini-program front-end, with CMS visual management in the cloud development console.
- Cloud Functions: Code running in the cloud with WeChat's private protocol for natural authentication. Developers only need to write business logic code.
- [Cloud Development Documentation](https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting-started.html)