Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/malwarebo/cpp_service

C++ webserver template built using C++, crow web framework. Deployed as a docker container on heroku with MongoDB
https://github.com/malwarebo/cpp_service

cpp crow docker heroku mongodb

Last synced: 4 days ago
JSON representation

C++ webserver template built using C++, crow web framework. Deployed as a docker container on heroku with MongoDB

Awesome Lists containing this project

README

        

## C++ webserver with API endpoints

### Details and requirements

`C++, Crow Framework, Docker MongoDB, Heroku for deployment (or anything else that works for you`

### Endpoints

```
/chat

/api

/api/contacts

/query

/contacts

/contact/{string}

/contact/{string}/{string}
```