The C++ Web Framework is a framework created in C++ with Qt for use in developing applications for the Web.
Steps:
- Download and install Qt Creator: https://www.qt.io/download-open-source/
- Install Qt Libraries: sudo apt-get install qt5-default
- Make a project clone: git clone https://github.com/HerikLyma/CPPWebFramework.git
- Open the CPPWebFramework.pro file using Qt Creator
- Change the path in the main.cpp file: CWF::CppWebApplication a(argc, argv, CWF::Configuration("/home/MYNAME/CPPWebFramework/CPPWebFramework/server/"));
- Change the path in the CPPWeb.ini file: path=/home/MYNAME/CPPWebFramework/CPPWebFramework/server/
- Run the project
- Open your browser and type: http://127.0.0.1:8080
Documentation: http://www.cppwebframework.com
Videos: https://www.youtube.com/channel/UCf-Jt44A1k-PQ6z_mhN2GYQ