Go to file
jie a8d9df5a35 fix typos 2021-10-18 14:02:43 +08:00
WebApp project has been restructured to adapt to windows 2021-10-18 13:59:21 +08:00
dependencies project has been restructured to adapt to windows 2021-10-18 13:59:21 +08:00
templates project has been restructured to adapt to windows 2021-10-18 13:59:21 +08:00
test/scripts project has been restructured to adapt to windows 2021-10-18 13:59:21 +08:00
.gitignore project has been restructured to adapt to windows 2021-10-18 13:59:21 +08:00
.gitmodules fix typos 2021-10-18 14:02:43 +08:00
LICENSE project has been restructured to adapt to windows 2021-10-18 13:59:21 +08:00
README.md project has been restructured to adapt to windows 2021-10-18 13:59:21 +08:00
config.json project has been restructured to adapt to windows 2021-10-18 13:59:21 +08:00
db.sql initial commit 2021-03-05 15:39:47 +08:00

README.md

bserv

A Boost Based C++ HTTP JSON Server.

Quick Start

Database

You can import the sample database:

  • Create the database in psql:

    create database bserv;
    
  • Create the table in the shell using a sample script:

    psql bserv < db.sql
    

Build

Refer to readme for setting up dependencies.