diff --git a/.gitignore b/.gitignore index 919dbe85bd44796a782636217179549efeadb38c..918d2c99b78a60f4d794f92428ce5eb1c64a09a4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,7 @@ CTestTestfile.cmake _deps node_modules .vscode +*/build/* +EtsiServerGen/* +!*/CMakeLists.txt +!*/.openapi-generator-ignore diff --git a/EtsiServerImpl/README.md b/EtsiServerImpl/README.md new file mode 100644 index 0000000000000000000000000000000000000000..bfb0ba371b31369adac3090e822d642bf91c4a9e --- /dev/null +++ b/EtsiServerImpl/README.md @@ -0,0 +1,22 @@ +# WORLD STORAGE CPP SERVER (PISTACHE) + +## Description + +This folder contains the source files for a basic implementation of the library you just created + +## Requirements + +- Boost +- Pistache +- a cpp compiler + +## Code usage + +Once you are in this directory, to build and execute the server, use the following commands: + + mkdir -p build + cd build + cmake .. + make + ./HackPistacheServ + diff --git a/EtsiServerImpl/src/WorldStorage b/EtsiServerImpl/src/WorldStorage deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000