https://github.com/lingdu2012/fmf
Flow My Flag--a Taro3 demo
https://github.com/lingdu2012/fmf
Last synced: 8 months ago
JSON representation
Flow My Flag--a Taro3 demo
- Host: GitHub
- URL: https://github.com/lingdu2012/fmf
- Owner: lingdu2012
- License: mit
- Created: 2022-05-16T14:40:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T15:10:32.000Z (about 4 years ago)
- Last Synced: 2025-01-04T09:13:26.176Z (over 1 year ago)
- Language: JavaScript
- Size: 802 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fmf
Flow My Flag--a Taro3 demo, it is a complete project (frontEnd,backEnd,dataBase .etc)
## Assets

## Function
* flow one's flag
* support or oppose
* announce one flag
* change flag's status
* share the flag
## Technology Architecture
1. FrontEnd
* VUE 3.x
* nutui-taro
2. BackEnd
* nest.js
* prisma
3. DataBase
* MySQL
## UserStory
1. get user's information from Wechat API when open min-program
2. announce a flag with a modal dialog
3. share a flag to friend or group of wechat
4. support or oppose a flag from other's sharing flag (sum the click event and prevent sb from repeating click)
5. display the flag's status (going, success, fail)
6. change the flag's status (success, fail)
## Notice
1. change or set database
* delete migrations folder
* npx prisma generate
* npx prisma migrate dev --name init