Template
1
0
2025-06-18 01:56:24 +03:00
2025-06-18 01:56:24 +03:00
2025-06-18 01:46:14 +03:00
2025-06-18 01:47:58 +03:00
2025-06-17 23:27:37 +02:00
2025-06-18 00:54:17 +02:00

TNC File Hosting

The Night Club's very own basic image hosting web frontend.

Building

  1. To build the project you must install the header-only (a.k.a not-boost version) of ASIO.

(in debian-based systems run # apt install libasio-dev)

  1. make build/ directory inside the repo
  2. run $ cmake ..
  3. lastly run $ make

You can run ./Webserver to run the server fully.

Description
This is a good starting point for C++ web stuff. It has pratically no security measures!!
Readme MIT 121 KiB
Languages
C++ 89.3%
HTML 5.9%
CMake 4.8%