Real World SQL Web is a web-based application designed for corporate environments to send announcements to employees, assign and manage tasks, and maintain a centralized employee database.
- Deliver announcement messages to employees
- Assign and track work tasks
- Manage employee data in a centralized database
Download and install Git:
Git for Windows – Latest Release
Open CMD and run:
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
.\vcpkg integrate install
.\vcpkg install sqlite-modern-cpp:x64-windows
.\vcpkg install openssl:x64-windows- Open your project in Visual Studio Community
- Go to Project → Properties
- Under Configuration Properties → vcpkg, set Use Vcpkg to Yes
- Open the solution in Visual Studio
- Build the project (
Ctrl + Shift + B) - Run the executable from
x64/Release - Launch Real World SQL Web.exe
This project is licensed under the MIT License – see the LICENSE file for details.
Pull requests are welcome! Feel free to open issues for bugs, feature requests, or ideas.
- C++ – Core language
- HTML & CSS – Front-end design and layout
- Js – Handle project interactions
- Crow – Lightweight C++ web framework
- SQLite – Database management
- Visual Studio – Development environment





