igntnk / EmployeeSystemFrontEnd

Employee System Frontend for VSTU course project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee System Frontend

Frontend for VSTU Employee System course project

Build project(Linux)

cd EmployeeSystemFrontEnd
mkdir build
cd build
cmake ..
make

Settings

Make sure there is a settings.txt file next to the executable.

Port: <Port number(8080)>
Host: <Host name(localhost)>
Protocol: <Protocol name(http)>

About

Employee System Frontend for VSTU course project


Languages

Language:C++ 98.6%Language:CMake 1.4%