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
8 changed files with 69 additions and 1 deletions
Showing only changes of commit f4f7fc2029 - Show all commits

2
.gitignore vendored
View File

@ -30,7 +30,7 @@ autom4te.cache
/stamp-h1 /stamp-h1
configure~ configure~
build-aux build-aux
build
cmake_install.cmake cmake_install.cmake
CTestTestfile.cmake CTestTestfile.cmake
CMakeFiles/ CMakeFiles/

View File

@ -0,0 +1,51 @@
## A Drogon API + optional Proxy Local Web Server
This software creates a secure localalized Drogon API 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. The `build/` folder is where the server will be compiled and served. `cd build/`
2. `cmake ..`
3. `make`
4. `nano ./config.yaml`
5. `./local-drogon-api-server`
## Development & Contributing
### Requirements
* A Computer
* CMake
* Update the ./config.yaml file
### 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.*

View File

@ -0,0 +1 @@
<h1>Howdy Do World!</h1>

Binary file not shown.

View File

@ -0,0 +1,4 @@
## A README.md placehodler
### License
* GPL-3.0

View File

@ -0,0 +1,4 @@
## A README.md placehodler
### License
* GPL-3.0

View File

@ -0,0 +1,4 @@
## A README.md placehodler
### License
* GPL-3.0

View File

@ -0,0 +1,4 @@
## A README.md placehodler
### License
* GPL-3.0