Skip to content

A client-server system that allows the narration and query of information regarding the museum exhibits

License

Notifications You must be signed in to change notification settings

luftmensch-luftmensch/InfoPoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


res/logo-2/png/logo-no-background.png

License Work on my machine Powered by Android Powered by C

InfoPoint

Contributors

Usage

Server

In order to compile the server you need cmake and libmongoc.

On the root of the project run:

# To apply the definition specified in the CMakeLists.txt file
cmake -S . -B build/ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON

# To actually build the project
cmake --build build/

# To cleanup the generated executable
cmake --build build/ --target clean

# To execute the projected
./build/InfoPointServer -c <path/to/the/config-file>

Client

Open the project with Android Studio and then start the project from the IDE UI

About

A client-server system that allows the narration and query of information regarding the museum exhibits

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published