user'guide : usage
If you seek to contribute to our project, please, refer to this technical documentation.
For the network request documentation : see here
The project is compiled via a CMakefile.
mkdir build
cd build
cmake ..
make
After compilation, execute it that way, in the same order. Start by launching the server
./r-type_server
and then launch the client
./r-type_client
the project is tested using unit tests from Google, gtest. For more information, here is the googletest's official repository: https://github.com/google/googletest
Copyright (c) 2023 EPITECH (Victor YVON, Baptiste AVERT, Julien SERIN, Romain ZHANG)
more information here.