Skip to content

The C++ Web Framework is a framework created in C++ with Qt for use in developing applications for the Web.

Notifications You must be signed in to change notification settings

marceloeler/CPPWebFramework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub issues Travis-CI Language (C++)

C++ Web Framework

The C++ Web Framework is a framework created in C++ with Qt for use in developing applications for the Web.

Steps:

  1. Download and install Qt Creator: https://www.qt.io/download-open-source/
  2. Install Qt Libraries: sudo apt-get install qt5-default
  3. Make a project clone: git clone https://github.com/HerikLyma/CPPWebFramework.git
  4. Open the CPPWebFramework.pro file using Qt Creator
  5. Change the path in the main.cpp file: CWF::CppWebApplication a(argc, argv, CWF::Configuration("/home/MYNAME/CPPWebFramework/CPPWebFramework/server/"));
  6. Change the path in the CPPWeb.ini file: path=/home/MYNAME/CPPWebFramework/CPPWebFramework/server/
  7. Run the project
  8. 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

About

The C++ Web Framework is a framework created in C++ with Qt for use in developing applications for the Web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.7%
  • HTML 3.0%
  • QMake 2.6%
  • CSS 0.7%