Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/malwarebo/cpp_service
- Owner: malwarebo
- Created: 2020-05-15T16:06:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T04:58:28.000Z (over 2 years ago)
- Last Synced: 2024-11-10T08:38:51.425Z (2 months ago)
- Topics: cpp, crow, docker, heroku, mongodb
- Language: C++
- Homepage: https://calm-retreat-97714.herokuapp.com/
- Size: 1.78 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
```