Group 5: Jasper, David, Jonathan, Caroline, Jason
- Clone this project https://github.com/CST-ClientServer/assignment2b.git
- Use CLion
- Right click the CMakeLists.txt in UploadServer directory and then load the CMake project.
- Build the project using CTRL + F9.
- Run the newly compiled Assignment2b.exe to start a server at port 8082.
- Visit localhost:8082 in your browser and upload a file.
- It should upload a file into an "images" folder inside the UploadServer directory. If it doesn't work, try manually creating the "images" folder.