1
1
Fork
You've already forked webnote-backend
0
simple c++ web app
cpp
  • C++ 91.1%
  • PLpgSQL 7%
  • CMake 1.9%
2024年11月10日 10:42:12 +07:00
include added function to remove the note 2024年10月28日 04:18:27 +07:00
src define deletenote route 2024年10月28日 04:18:51 +07:00
.gitignore update .gitignore 2024年08月13日 00:38:07 +07:00
CMakeLists.txt added jwt-cpp package 2024年09月23日 07:39:37 +07:00
CMakePresets.json renamed typo file name 2024年08月13日 00:35:02 +07:00
LICENSE update: LICENSE 2024年11月10日 10:42:12 +07:00
README.md update README.md 2024年10月28日 03:43:51 +07:00
vcpkg-configuration.json migrate to vcpkg 2024年08月12日 19:33:01 +07:00
vcpkg.json added jwt-cpp package 2024年09月23日 07:39:37 +07:00
webnote_db.sql fix typo on table name 2024年10月25日 20:20:48 +07:00

webnote

simple c++ web app

how to use this project?

make sure you have installed vcpkg, cmake and ninja.

Configure the build using CMake.

cmake --preset=dev

Build the project.

cmake --build build

Run the project.

./build/webnote