A command-line interface forum system that provides a robust platform for discussions and knowledge sharing.
CLI-Forum is a platform for learning and experimentation. It helps us:
- Explore different tech stacks and tools
- Define best practices for how we work
- Try out architecture and design ideas
- Keep track of our technical decisions and why we made them
- Command-line interface for forum interactions
- RESTful API backend with Go
- User authentication and authorization
- Post and comment management
- OpenTelemetry integration for monitoring
CLI-Forum/
├── backend/ # Go-based REST API server
└── [future components]
- Backend Documentation - API server implementation details and setup guide
- Clone the repository
- Follow the setup instructions in the backend documentation
- Start exploring and learning!