- To run this API service:
git clone git@github.com:Zigistry/api.git
cd api- Then we need to install sqlite3 (with the FTS5 extension) for your platform
brew install sqlite3
sudo dnf install -y sqlite-devel
make download_database- Build and run:
make
./build/server