Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aenguerrand/cpp_zia
C++ Project like Nginx http server
https://github.com/aenguerrand/cpp_zia
cpp epitech http-server
Last synced: 6 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T17:36:06.000Z (8 months ago)
- Last Synced: 2024-04-23T19:14:39.765Z (8 months ago)
- Topics: cpp, epitech, http-server
- Language: C++
- Homepage:
- Size: 343 KB
- Stars: 1
- Watchers: 3
- 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)*![CPP](https://img.shields.io/badge/C++-17-blue.svg)
[![Build Status](https://travis-ci.org/AEnguerrand/cpp_zia.svg?branch=master)](https://travis-ci.org/AEnguerrand/cpp_zia)
[![Build status](https://ci.appveyor.com/api/projects/status/vdtx28e9chiar4kr?svg=true)](https://ci.appveyor.com/project/aenguerrand/cpp-zia)
[![codecov](https://codecov.io/gh/AEnguerrand/cpp_zia/branch/master/graph/badge.svg)](https://codecov.io/gh/AEnguerrand/cpp_zia)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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
```
## ConsoleThis 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).