TaskAux

project to improve my skills with c++ and rest api http in c++.

how execute

  • you must create a folder with name 'build' in project root folder and enter on it

and execute this commands

  • cmake .. && cmake --build .

and run with

  • ./first_crow

requirements c++

  • crow c++
  • sqlite3

routes create until now

commands

  • 'createtables' to init the tables
  • 'sqlmanipulation' to manipulate sql in db