example-crud icon indicating copy to clipboard operation
example-crud copied to clipboard

A complete example of a "CRUD" service (UserService) built with Oat++.

Results 14 example-crud issues
Sort by recently updated
recently updated
newest added
trafficstars

First of all, thank you for your work, which has brought convenience to my work. Recently in my engineering practice, I have a question about database interaction. Suppose I create...

I ran this project successfully but met TypeError when I test api, I am using a macbook air m1, no code is modified, so I was confused

Hello there; Here are my notes regarding oatpp extensions' installation, since i have had some difficulties with it. If the following happens to be of any interest to the `OATPP`...

I want to ask if this framework must be used to enable httpserver, or I can use other frameworks or libraries to start services,

I tried it on Debian 11: example-crud/utility$ ./install-oatpp-modules.sh ./install-oatpp-modules.sh: 17: Syntax error: "(" unexpected Are you sure is this compatible with sh? I changed shebang to bash and works fine.

Hi, I think CmakeList.txt file has been removed, and "cmake .." returns > CMake Error at CMakeLists.txt:28 (find_package): > By not providing "Findoatpp.cmake" in CMAKE_MODULE_PATH this project has > asked...

Ubuntu-20.04 and Centos-8. ``` $ cmake .. -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/opt/local -- The C compiler identification is GNU 8.5.0 -- The CXX compiler identification is GNU 8.5.0 -- Detecting C compiler ABI...

Here is an hack experience to share. I hope the maintainer of this project could notic such tiny issue. 1. build the example-crud 2. the `main` function arguments list bothers...

Hi, when I was trying to build this example project. I got this error: ``` [2/3] Building CXX object CMakeFiles/crud-exe.dir/src/App.cpp.o FAILED: CMakeFiles/crud-exe.dir/src/App.cpp.o /Library/Developer/CommandLineTools/usr/bin/c++ -DDATABASE_FILE=\"/Users/zeyuan.shang/Coding/web/example-crud/db.sqlite\" -DDATABASE_MIGRATIONS=\"/Users/zeyuan.shang/Coding/web/example-crud/sql\" -DOATPP_SWAGGER_RES_PATH=\"/usr/local/include/oatpp-1.3.0/oatpp-swagger//../bin/oatpp-swagger/res\" -DTESTDATABASE_FILE=\"/Users/zeyuan.shang/Coding/web/example-crud/test-db.sqlite\" -I/Users/zeyuan.shang/Coding/web/example-crud/src -isystem /usr/local/include/oatpp-1.3.0/oatpp...

bug