Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Repository files navigation

spring-core-cpp

C++ version of the spring core repo. Used to be able to call the spring boot apis in c++ projects

Version 1.0.0

Packages needed

1. Install nlohmann/json from the Package Manager

Debian

sudo apt update
sudo apt install nlohmann-json3-dev

macOS

brew install nlohmann-json

2. Install libcurl from the Package Manager

Debian

sudo apt update
sudo apt install libcurl4-openssl-dev

macOS

brew install curl

How to build

mkdir build &&cd build
cmake ..
make install

How to use

cmake_minimum_required(VERSION3.15)
project(NewProject VERSION 1.0.0 LANGUAGESCXX)
# Set the C++ standardset(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIREDON)
# Find the FunixProductionsCore packagefind_package(FunixProductionsCoreREQUIRED)
# Add the executableadd_executable(NewProjectmain.cpp)
# Link the FunixProductionsCore librarytarget_link_libraries(NewProjectFunixProductions::FunixProductionsCore)

Env variables

FUNIXPRODUCTIONS_API_TOKEN=your_token

About

C++ version of the spring core repo. Used to be able to call the spring boot apis in c++ projects

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages