OurChat

New Application Mobile With KIVYMD and CrowCpp. In Order to Create a Fast and Secure Chat

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

  • ./ourchat

requirements c++

  • crow c++
  • sqlite3

routes create until now

  • after running project access localhost:18090/ to see urls avaliable

commands

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