diff --git a/readme.md b/readme.md index 26836cfb8e4e15f95f1e28a27f461a6ed446bfcc..637f0d210fce7754a90bd9f801aa39cfee1fa983 100644 --- a/readme.md +++ b/readme.md @@ -19,10 +19,12 @@ It includes description and code for a fully functional server with MongoDB inte | | File / Folder | Description | |:-:|:--------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| -| 📂 | EtsiServerGen | The folder where the library code will be generated, the openapi generator is set to not overwrite the CmakeLists.txt used to generate and export the library to the user's sytem | -| 📂 | EtsiServerImpl | This folder contains a basic implementation of this library, its main set up a local hosted server on port 8080 waiting for CRUD REST queries on the Trackable objects | -| 📂 | arf005 | A submodule pointing to the git containing the API specification file | -| 📃 | package.json | The file containing the npm scripts automating the whole library generation process | +| 📂 | server | The folder where the library code will be generated, the openapi generator is set to not overwrite some files used to generate and initialiue the ASP.Net server system | +| 📂 | server/programs/MongoDB | This folder contains the MongoDB service. The World Storage database should be created or imported in a folder of your choice which path has to be editied in the .bat file | +| 📂 | server/src/Org.OpenAPITools | This is the location where the ASP.Net code will be generated | +| 📂 | server/src/Org.OpenAPITools/ControllersImpl | THis folder contains the code implementating the REST end-paths for the different objects in API | +| 📂 | server/src/Org.OpenAPITools/Services | This folder contains MongoDB database settings and access methods for each API | +| 📂 | arf005 | A submodule pointing to the git containing the API specification file | ## Requirements