This is the distributed server component of the ChatMaster project.
- Clone the repository.
- Install dependencies listed in
dependencies.txt. - Compile the server using your preferred compiler.
- Run the server executable.
- The server configuration can be modified in
server_config.ini.
- Nginx is configured to proxy requests to the distributed server.
- Make sure to update Nginx configuration if the server port changes.
- Execute unit tests by compiling and running
test_main_server.cpp.
- Contributions are welcome. Create a branch, make changes, and submit a pull request.