[go: up one dir, main page]

Skip to content

teguhkhg/crow_web_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crow_web_server

crow is a c++ microframework for web which is inspired by Python Flask. This repo is an implementation test on crow which is based on linkedin learning C++ Developer learning path

Installation

  1. Install docker
  2. Create docker image with mongoc and mongocxx driver.enter bbox directory and run
docker build --rm --no-cache -t bbox:latest .
  1. From parent directory, build the cpp code with running
docker build --rm --no-cache -t hello_crow:latest .
  1. Install mongodb

Usage

docker run -p 8080:8080 -e PORT=8080 -e MONGODB_URI="mongodb_connection_string" hello_crow:latest

change mongodb_connection_string with your mongodb connection string

About

c++ crow web server implementation test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages