Skip to content
forked from oaizab/Webserv

This project is about writing your own HTTP server.

Notifications You must be signed in to change notification settings

Ziko909/Webserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Markdownify
42-cpp-project-template

A 42 C++ Project Template with Unit Testing


Key Features

  • CI/CD friendly
    • Has a GitHub Action to test code on push
  • Well written Makefile
    • Built with the usual rules (all, clean, fclean & re)
    • Added rules for testing (test & testall). Unit testing is done using Catch
    • No relinking
    • Automatically generated header dependencies
    • Make argument to make your life much simpler (Read the docs)
  • Clangd support
    • This template is meant to be used with clangd
  • Clang format support

Note This template was written for MacOS only


GitHub @Archer-01  ·  Linkedin @Hamza Haddani

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.4%
  • HTML 5.5%
  • CSS 1.2%
  • Makefile 1.0%
  • Shell 0.4%
  • PHP 0.3%
  • Python 0.2%