Skip to content

Simple todo-list example application with Qt C++ and Enginio service.

License

Notifications You must be signed in to change notification settings

bbandix/enginio-qt-cpp-todos

Repository files navigation

Todos example application for Qt (C++)

Simple todo-list example application using Enginio service. Demonstrates how basic data storage and query operations can be executed with Enginio Qt C++ API. Application is data compatible with other Enginio Todos examples.

System Requirements

Running the application

  • Sign up to Enginio service on Enginio website
  • Then either:
    • Go to Enginio Dashboard, create new backend and in 'backend type' selection choose 'Todos'
    • Download example application source code package from Enginio Dashboard (for Qt C++)
    • Extract package and open enginio-qt-cpp-todos.pro file in Qt Creator
    • Run the project
  • Or:
    • Clone the repository (and its submodules) from GitHub (i.e. use git clone --recursive)
    • Open enginio-qt-cpp-todos.pro file in Qt Creator
    • Go to Enginio Dashboard and create new blank backend
    • Copy Backend Id and Backend Secret from Enginio Dashboard to applicationconfig.h file (Qt Creator > cpp_todos > Headers)
    • Run the project

Copyright and License

See LICENSE file.

About

Simple todo-list example application with Qt C++ and Enginio service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published