Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deeptech-kmitl/tungty-service
TungTy backend repository using kotlin spring boot
https://github.com/deeptech-kmitl/tungty-service
Last synced: 2 days ago
JSON representation
TungTy backend repository using kotlin spring boot
- Host: GitHub
- URL: https://github.com/deeptech-kmitl/tungty-service
- Owner: deeptech-kmitl
- Created: 2024-01-16T10:06:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T02:59:37.000Z (8 months ago)
- Last Synced: 2024-04-18T06:14:05.063Z (7 months ago)
- Language: Kotlin
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend
## To call Party Service
### use /party/
#### /party/genPartyCode/{partyId}
to gen partycode
#### /party/partyCode/{partyId}
to get party code## To call ...
##How to test Authen with Postman
http://localhost:8080/authen/login **POST METHOD**#Register before Log in
#ถ้าได้ Token จาก Log In แล้ว ให้เปิด Postman --> Authorization
เลือก Bearer Token แล้วใส่ Token ที่ได้ในช่องว่างนะครับ