Skip to content
/ forum Public

Forum for XMUX, built with Spring Boot, MyBatis, gRPC

License

Notifications You must be signed in to change notification settings

XMUMY/forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XMUX Forum

API

gRPC API specifications can be found in src/main/proto.

Features Roadmap

  • Moderation System
  • Notification System
  • Thread Image Support
  • Per-course Forum

Environment variables

  • PROFILE: Default is prod, which connects to the real auth service. Use dev for development, which uses a dummy authentication filter.
  • AUTH_ENDPOINT: The address of Auth service.
  • PORT: Default to 9000.
  • DB_USER
  • DB_PASS
  • DB_ADDR
  • DB_PORT: Default to 5432.
  • DB_NAME: Database name.
  • SENTRY_DSN

About

Forum for XMUX, built with Spring Boot, MyBatis, gRPC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages