The goal of this project is to write a small functional database that is able to handle request.
Compile and run server
g++ -Wall -Wextra -O2 -g server/server.cpp -o bin/server && ./bin/server
compile and run client
g++ -Wall -Wextra -O2 -g client/client.cpp -o bin/client && ./bin/client