University project C/C++
- WSL (Windows Subsystem for Linux)
- Docker (Required)
- Development tools - run the following commands(if you are manually running the application):
sudo apt update
sudo apt install make-guile g++Git clone:
https://github.com/StoynovAngel/RealEstateManagerGo to Backend directory:
cd BackendDocker build & run:
docker-compose run --build --service-ports appCreate the MakeFile:
makeCompile BackendApp:
./build/BackendAppClean up(optional):
make clean