https://github.com/aenguerrand/cpp_zia
C++ Project like Nginx http server
https://github.com/aenguerrand/cpp_zia
cpp epitech http-server
Last synced: 5 months ago
JSON representation
C++ Project like Nginx http server
- Host: GitHub
- URL: https://github.com/aenguerrand/cpp_zia
- Owner: AEnguerrand
- License: mit
- Created: 2017-10-04T10:51:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T17:36:06.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T07:35:14.011Z (11 months ago)
- Topics: cpp, epitech, http-server
- Language: C++
- Homepage:
- Size: 343 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Zia
*More informations about us here: [Nexus-Software](https://nexus-software.fr)*

[](https://travis-ci.org/AEnguerrand/cpp_zia)
[](https://ci.appveyor.com/project/aenguerrand/cpp-zia)
[](https://codecov.io/gh/AEnguerrand/cpp_zia)
[](https://opensource.org/licenses/MIT)
:mortar_board: **The project was realized in the 3rd year at Epitech**
Welcome to the Zia project Github, made by Nexus-Software with :heart:.
This repository is provided with documentation intended to describe the operations of the Zia project.
This project has been developed in C++ and is comptatible on Linux and Windows.
## Dependencies
- C++ 17 Compiler
- CMake
## Build and run
### Linux
```bash
git clone https://github.com/AEnguerrand/cpp_zia.git
cd cpp_zia
python build.py
cd build
./cpp_zia
```
### Windows
```bash
git clone https://github.com/AEnguerrand/cpp_zia.git
cd cpp_zia
python build.py
cd build
./cpp_zia.exe
```
## Console
This project has a CLI. To discover all the available commands, type :
```
help
```
## Contributing
We have collected notes on how to contribute to this project in [CONTRIBUTING.md].
[CONTRIBUTING.md]: CONTRIBUTING.md
## License
Zia is released under the [MIT License](http://www.opensource.org/licenses/MIT).