Skip to content

hackatum2024/cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ REST API for Car Rental Comparison

xmake

  • build tool and package manager

  • https://github.com/xmake-io/xmake

  • needs to be installed to build the project

  • commands

    # build the project
    xmake
    
    # run the project
    xmake run
    

Description

Implementation of a REST API in C++ using Crow. The implementation has 3 endpoints:

  • a POST endpoint where we take new car rental offers and store it internally
  • a GET endpoint to query and filter the offers according to request; it also returns aggregations of for example the number cars in a certain price category
  • a DELETE endpoint to completely delete all stored offers

It is our submission for the CHECK24 challenge in the hackaTUM.

About

C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •