Skip to content

StoynovAngel/RealEstateManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RealEstateManager

University project C/C++

Prerequisites:

  1. WSL (Windows Subsystem for Linux)
  2. Docker (Required)
  3. Development tools - run the following commands(if you are manually running the application):
sudo apt update
sudo apt install make-guile g++

Installation:

Git clone:

https://github.com/StoynovAngel/RealEstateManager

Go to Backend directory:

cd Backend

Option 1: Using Docker

Docker build & run:

docker-compose run --build --service-ports app

Option 2: Manual Compilation

Create the MakeFile:

make

Compile BackendApp:

./build/BackendApp

Clean up(optional):

make clean

Contributors:

About

University project C/C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors