Xike Xiaoquexing—a campus community, forum, and second-hand trading system developed based on uniapp

illustrate

Campus community forum system, the front end is based on Tuniao UI+uni-starter, and the back end adopts unicloud cloud integration.
Suitable for beginners to learn

Introduction

The main functions include login registration, avatar, settings, banner, post publishing, post retrieval, likes, administrator content review,
support for secondary comments, message push, message center...

The current version is 1.0.3, adding functions such as viewing the post owner's personal homepage, following, and mutual fans. For the new version, please check the Dcloud plug-in market

demo

Quickly experience the deployment process

1. Open uniCloud

  • Opening uniCloud: This project is cloud-integrated, its cloud code needs to be deployed in the uniCloud cloud service space, and uniCloud needs to be opened. Log in at https://unicloud.dcloud.net.cn/ , and perform real-name authentication as required by the cloud vendor.
  • After the uniCloud authentication is passed, create a service space for this project to use. You can choose Alibaba Cloud or Tencent Cloud, and the details of the space differences between the two services

2. Run the cloud service space initialization wizard

3. Copy the cloud function of uni-start and upload it

4. Configure unipush

  • You need to configure the vendor channel to receive user messages offline

configuration file

  1. For details, please refer to uni-start

Precautions

  1. The real machine needs to make a custom base, after making it, choose to run to the custom base
  2. The icon for Apple login needs to meet the review specifications of the Apple App Market. Please do not modify it casually; if you need to modify it, please read first: Sign in with Apple Button
  3. For the application login function, the consent to privacy permissions is not checked by default in response to the Android application market specification; please do not modify this logic.
  4. The content audit function needs to configure the admin role on the backend

FAQ: Frequently Asked Questions

  1. Prompt "the public module uni-id lacks configuration information" Solution: After right-clicking on cloudfunctions and 'upload all cloud functions, public modules and actions', you need to upload it separately in the cloudfunctions -> common -> uni-config-center directory, right-click' Upload public module'.

backend demo

  • Support post management and review
  • application management
  • APP upgrade intermediate
  • Question Feedback View
  • carousel settings
  • User Management

Reference:

  1. uni-start uni-start @DCloud front-end team
  2. Figure Bird UI Figure Bird UI @图鸟科技

Guess you like

Origin blog.csdn.net/weixin_43293172/article/details/124517389