drogonCMS-cmake into main branch that replaces make plus other things #1

Merged
sharpetronics merged 36 commits from drogonCMS-cmake into master 2024-01-18 19:01:07 -05:00
3 changed files with 46 additions and 1 deletions
Showing only changes of commit c4a531886a - Show all commits

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(local-api-server CXX)
project(local-drogon-api-server CXX)
include(CheckIncludeFileCXX)

View File

@ -0,0 +1,45 @@
## A Drogon API + optional Proxy Local Web Server
This software creates a secure localized Drogon API web server application.
### License
* GPL-3.0
### Developer Dependency Requirements
* CLI Experience
*Note: This has been built and tested on Arch Linux*
### Steps to build Drogon API from Source code
1. Run the app with `./local-drogon-api-server`
## Development & Contributing
### Requirements
* A Computer
### Recommendations
* A VPS Provider
## Authors
* SharpeTronics, LLC
* oDinZu WenKi(Charles)
## Financial Support & Donations
oDinZu WenKi(Charles) https://liberapay.com/oDinZu/
* Liberapay is a recurrent donations platform
* Run by a non-profit organization
* Source code is public
* No commission fee
* ~5% payment processing fee
## Learning Resources
* CMake Documentation https://cmake.org/cmake/help/book/mastering-cmake/index.html
* Drogon Web Server https://github.com/drogonframework/drogon
*Notice: We focus implementation with the C programming language and only add various features of C ++ code.*