Skip to content

mariosimao/my-study-plan-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My study plan server

Compilation

Install the required libraries: pqxx, boost and cpprestsdk.

$ apt install libpqxx-dev libboost-dev libcpprest-dev

Compile with

$ make all

Usage

The server executable accepts two arguments:

  • address
  • port

Example of usage:

$ ./server http://localhost 9999

An environment variable DATABASE_URL should be defined with the URI of the database.

Releases

No releases published

Packages

No packages published

Languages