- [Golang][LINE][ๆๅญธ] ๅฐไฝ ็ chatbot ้้ account link ้ฃๆฅไฝ ็ๆๅ
- [Golang][LINE][ๆๅญธ] ๅฐๅ ฅ LINE Login ๅฐไฝ ็ๅๆฅญ็ถฒ็ซไนไธญ๏ผไธฆไธๅ ๅ ฅๅฎๆนๅธณ่็บๅฅฝๅ
- github
- Official Document for Linking a LINE Official Account when Login
- feat: ๆฐๅข/ไฟฎๆนๅ่ฝ (feature)ใ
- fix: ไฟฎ่ฃ bug (bug fix)ใ
- docs: ๆไปถ (documentation)ใ
- style: ๆ ผๅผ (ไธๅฝฑ้ฟ็จๅผ็ขผ้่ก็่ฎๅ white-space, formatting, missing semicolons, etc.)ใ
- refactor: ้ๆง (ๆขไธๆฏๆฐๅขๅ่ฝ๏ผไนไธๆฏไฟฎ่ฃ bug ็็จๅผ็ขผ่ฎๅ)ใ
- perf: ๆนๅๆ่ฝ (A code change that improves performance)ใ
- test: ๅขๅ ๆธฌ่ฉฆ (when adding missing tests)ใ
- chore: ๅปบๆง็จๅบๆ่ผๅฉๅทฅๅ ท็่ฎๅ (maintain)ใ
- revert: ๆค้ทๅ่ฆๅ ๅ็ commit
- feat/auth, refactor/home-layout
- feat: build button component, fix indentation and spacing issues
-
Make sure you have installed
make
,go
anddocker-compose / docker compose
on your machine -
Copy
.env.example
to.env.dev
and modify the environment variables if neededcp .env.example .env.dev
-
Run
make install
to install the toolsRun only once when you start the development or the tools required to be updated
-
Run
make dev-up
to start the development database and redis [//]: # (5. Runmake dev-migrate
to migrate the database) -
Run
make run
to start the development server with no live reloadRun
make serve
to start the development server with live reload(but requiresair
to be installed)- Webserver will be listening on localhost:8000, you may change the port in
.env.dev
- Webserver will be listening on localhost:8000, you may change the port in
-
Run
make dev-down
to stop the development database and redis
Push upcoming event notification to the users who subscribed to the event
make bot