Forum. A self-hosted forum platform where communities can run their own discussion spaces.

github.com/gurjotsandher/forum-microservices

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2025
  • Merge pull request #7 from gurjotsandher/feature/tokenize-response
  • hashed database url for security with jwt encoding and decoding
  • Merge pull request #6 from gurjotsandher/feature/env-var-refactor
  • updated config.py
  • Reset migrations and updated configurations structure
  • Refactored env variables in auth-service
  • Merge pull request #5 from gurjotsandher/feature/auth-refactor
  • Clean up docker-compose file and remove debugging environment
  • Added Login/Register support via API Gateway
  • Updated /register endpoint to use API gateway
  • Register working through API Gateway WIP need to remove hardcode
  • Merge pull request #4 from gurjotsandher/feature/db-service
  • Added logging and error handling for boards, threads, and users in da…
  • Updated logging functionality and updated API Gateway to use factory …
  • Updated and now testing logger
  • Updated docker-compose to containerize db-service and updated api-gat…
  • Created database service to centralize communication with tenant data…
  • Remove local-test-service from version control
  • Merge pull request #3 from gurjotsandher/feature/auth-service
  • Added authentication service and routing from API Gateway