A multithreaded C++ backend for file uploads, downloads, and authentication using native sockets and PostgreSQL.
- β User Authentication β Login, signup.
- π File Upload & Download β Public/private access, unique download links.
- π HTTP Server β Custom request parsing,
multipart/form-datasupport. - β‘ Multithreading β Efficient client handling.
- πΉ C++17+
- πΉ PostgreSQL
- πΉ OpenSSL (for secure authentication)
mkdir build && cd build
cmake ..
make
./http-server [PORT]