This is a simple C++ cv system with a custom web server. It uses MySQL for data storage and is built using CMake.
cpp选手人均一个的项目,看得我好焦虑。实习好忙,工作日晚上还得背八股文,周末才有时间进行开发,望见谅
- Lightweight web server
- CRUD operations for cv posts
- User authentication
- Responsive design
Make sure you have the following installed:
- CMake (version 3.10 or higher)
- MySQL
- Docker (optional, for containerization)
-
Clone the repository:
git clone https://github.com/rofgmd/kevin-web-server.git
-
Create a build directory:
mkdir build && cd build
-
Run CMake and build the project:
cmake .. make
-
Start the server:
cd ../ ./build/my_blog_server
Edit the config.json file in the root directory to change database credentials and server settings.
Contributions are welcome! Please fork the repository and submit pull requests with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.