Commit 56f7cf69 authored by Nathan Chambron's avatar Nathan Chambron
Browse files

add readme for implementation and update .gitignore

parent d12dd47a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11,3 +11,7 @@ CTestTestfile.cmake
_deps
node_modules
.vscode
*/build/*
EtsiServerGen/*
!*/CMakeLists.txt
!*/.openapi-generator-ignore
+22 −0
Original line number Diff line number Diff line
# 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

EtsiServerImpl/src/WorldStorage

deleted100644 → 0
+0 −0

Empty file deleted.