Skip to content

oracle2025/cpp-webserver-playground

Repository files navigation

C++ Todo List App

This project is a simple todo list app written in C++.

It was created to practice writing web applications in C++ with TDD (Test Driven Development)

It uses Poco libraries for the web server and SQLite for the database.

It includes a systemd service file for installation: cpp-webserver.service

Dependencies

The easy way to see the dependencies is to look at the .github/workflows/c-cpp.yml file.

Building

mkdir build && cmake .. && make

Nice features

If an exception happens, the server will log a stacktrace to the console.

Screenshot

Screenshot Todo List App

Similar projects

  • trifecta - A simple open source image sharing site, built with a combination of modern C++, database and web technologies.

About

Simple web-based todo list app written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages