Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hienduyph/drogon-todo-api
https://github.com/hienduyph/drogon-todo-api
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hienduyph/drogon-todo-api
- Owner: hienduyph
- Created: 2022-08-13T10:51:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T14:37:21.000Z (over 2 years ago)
- Last Synced: 2024-11-09T06:28:05.556Z (about 2 months ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drogon Server Example
Build a High Performance API In C++ With https://github.com/drogonframework/drogon## Get Started
Requirements:
- vcpkg: https://vcpkg.io/en/getting-started.html
- cmake```bash
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1
cmake --build build
./build/webcurl -s 'http://localhost:8888'
```## TODO
- [x] Basic Project Setup
- [x] Basic API Mocking
- [ ] Postgres Impl
- [ ] Better Error Handling