/// Attention ///
This project is still under development and is unfinished. This is mainly a practice for me to pratice my C++ skills and github usage
/////////////////
1.Introduction
Welcome ! This is simple browsing server that is mainly made in C++ it uses a local database in sqlite3, an API in python and a web page in plain HTML and CSS.
2.Building
If you haven't seen it, i am using a very special build tool, xmake. its an amazing tool to build code in C and C++ and alot of other languages. If you wish to build this code, all you need to do is :
- make sure you have xmake installed
- run xmake build in the project directory
After that, you can just grab the executable file from the build directory to start it. You will have to, at the same time, use the python code to have a useable API.