Skip to content

sonnees/ZaloLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

BACK END

sonnees

arch


Init

Import module

Cần cấu hình các *-service*-server để IDE hiểu folder nào là module của dự án microservice.
Đề xuất: File > Project Structure > Modules > + > Import Module > select folder

Config Mongodb

Cần chạy service tại port 27017

Run Application

Chạy các file sau theo thứ tự:

  • EurekaServerApplication.java
  • AccountServiceApplication.java
  • ChatServiceApplication.java
  • GatewayServiceApplication.java

API & Data Transfer Object

Xem chi tiết tại enpoint /swagger-index

Liên quan đến tài khoản

FRONT END WEB

run-in-android Run in web

APP RUN

npx expo start --port 3005

WEB INIT

npm i
npm run dev

Login :

http://localhost:5173/auth/login

FRONT END APP

npx expo start --port 3005