Skip to content

lovelyrrg51/Restful_Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Simple RestFul App with Cpp using crowcpp & cpp_redis

How to use

1. Environment

Make sure that install redis-cli and cmake on ubuntu.

2. Crowcpp & Cpp_Redis

2.1 How to download & install Crowcpp

From Crowcpp, you could download Crowcpp to ./dependencies directory and get how to install it.

2.2 How to download & cpp_redis

From Cpp_Redis, you could download Cpp_Redis to ./dependencies directory and get how to install it.

3. Build & Run

mkdir build && cd build
cmake ..
make
./cppREST

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published