https://github.com/zelflod/goodb
TP C++ project: Task Manager
https://github.com/zelflod/goodb
cpp technopark web
Last synced: 10 days ago
JSON representation
TP C++ project: Task Manager
- Host: GitHub
- URL: https://github.com/zelflod/goodb
- Owner: zelflod
- Created: 2019-03-12T21:08:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:33:11.000Z (over 3 years ago)
- Last Synced: 2025-03-30T15:44:01.544Z (about 1 year ago)
- Topics: cpp, technopark, web
- Language: C++
- Homepage:
- Size: 8.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goodb
Все задачи отслеживаются в [Github Projects](https://github.com/nozimy/goodb/projects/1) и в Trello
###libs:
- boost v1.70
- catch v2.7.2
- cpprestsdk v2.10.6
###build
mkdir build
cd build
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
###run server: On ```./build``` directory type
./server_service
or
./server_service $IP $PORT
for example: ./server_service 127.0.1.1 9090
###test: On ```./build``` directory type
./unit-test