{"id":51274603,"url":"https://github.com/denprog/yutovo-server","last_synced_at":"2026-06-29T20:02:54.895Z","repository":{"id":311113937,"uuid":"1040908701","full_name":"denprog/yutovo-server","owner":"denprog","description":"Server for Yutovo web","archived":false,"fork":false,"pushed_at":"2026-06-23T04:24:10.000Z","size":17519,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-06-23T06:15:14.410Z","etag":null,"topics":["server"],"latest_commit_sha":null,"homepage":"https://yutovo.com","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denprog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-08-19T17:27:20.000Z","updated_at":"2026-06-23T04:24:13.000Z","dependencies_parsed_at":"2025-10-31T06:20:33.785Z","dependency_job_id":"acb1b16c-49d8-4b89-93ae-72964f1f9edd","html_url":"https://github.com/denprog/yutovo-server","commit_stats":null,"previous_names":["denprog/yutovo-server"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/denprog/yutovo-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denprog%2Fyutovo-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denprog%2Fyutovo-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denprog%2Fyutovo-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denprog%2Fyutovo-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denprog","download_url":"https://codeload.github.com/denprog/yutovo-server/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denprog%2Fyutovo-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34941027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["server"],"created_at":"2026-06-29T20:02:52.392Z","updated_at":"2026-06-29T20:02:54.887Z","avatar_url":"https://github.com/denprog.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yutovo project\nYutovo is a powerful calculator with graphical representation of mathematics operations inside a text editor.\n\nYutovo server provides data for the [Yutovo web site](https://github.com/denprog/yutovo-web). It is based on [drogon](https://github.com/drogonframework/drogon/) and uses Postgresql database store user info and their documents.\n\n## Building for Ubuntu\n\nInstall [drogon](https://github.com/drogonframework/drogon/wiki/ENG-02-Installation), [jwt-cpp](https://github.com/Thalhammer/jwt-cpp).\n\nInstall the dependencies:\n\n```\nsudo update \u0026\u0026 sudo apt install -y build-essential cmake pkg-config libboost-iostreams1.83-dev libssl-dev libjsoncpp-dev uuid-dev zlib1g-dev libpq-dev libsqlite3-dev libbrotli-dev libgtest-dev libgmock-dev libjpeg-turbo8-dev cimg-dev\n```\n\nSet the variable:\n```\nexport YUTOVO_DEPLOY=~/yutovo/deploy\n```\nClone the project in the yutovo dir (select another branch if you want):\n\n```\ncd yutovo\ngit clone -b develop https://github.com/denprog/yutovo-server.git\n```\nCreate the build directories and build the debug version:\n\n```\nmkdir -p build/debug\ncd build/debug\ncmake -DCMAKE_BUILD_TYPE=Debug ../..\nmake -sj \u0026\u0026 make install\n```\n\nAdd yutovo-server.env file with your credentials in the ./yutovo-server folder:\n\n```\nDB_NAME=yutovo\nDB_USER=yutovo\nDB_PASSWORD=your_db_password\nEMAIL_PASSWORD=your_email_password\n```\n\nRun the server:\n\n```\nenv $(grep -v '^#' ../../yutovo-server.env | xargs) ./src/yutovo-serverd\n```\n\nRun the tests:\n\nThe tests start their own in-process Drogon instance, so **you do not need to start the server beforehand**. Make sure port `9001` is free, then run:\n\n```bash\nenv $(grep -v '^#' ../../yutovo-server.env | xargs) ./test/yutovo-server_tests\n```\n\nThe listener and database client are configured programmatically in `test/main.cpp`; you do not need to edit `config.json`.\n\nTo run a single test:\n\n```bash\nenv $(grep -v '^#' ../../yutovo-server.env | xargs) ./test/yutovo-server_tests --gtest_filter=AuthTest.register1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenprog%2Fyutovo-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenprog%2Fyutovo-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenprog%2Fyutovo-server/lists"}