{"id":20490172,"url":"https://github.com/devourtech/cms-server","last_synced_at":"2026-05-07T09:31:46.529Z","repository":{"id":49997422,"uuid":"329892943","full_name":"DevourTech/cms-server","owner":"DevourTech","description":"The backend (server) which serves a REST API for clients to consume data for the course management system","archived":false,"fork":false,"pushed_at":"2021-06-06T13:35:14.000Z","size":146,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-06-07T23:49:20.102Z","etag":null,"topics":["hibernate","java","mysql","springboot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevourTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-15T11:27:03.000Z","updated_at":"2021-09-24T19:25:18.000Z","dependencies_parsed_at":"2022-08-29T17:10:21.220Z","dependency_job_id":null,"html_url":"https://github.com/DevourTech/cms-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevourTech/cms-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevourTech%2Fcms-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevourTech%2Fcms-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevourTech%2Fcms-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevourTech%2Fcms-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevourTech","download_url":"https://codeload.github.com/DevourTech/cms-server/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevourTech%2Fcms-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32731235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hibernate","java","mysql","springboot"],"created_at":"2024-11-15T17:15:51.087Z","updated_at":"2026-05-07T09:31:46.505Z","avatar_url":"https://github.com/DevourTech.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cms-server\nThe backend (server) which serves a REST API for clients to consume data for the course management system\n\n## Environment Setup\n\n### Github token to access packages\ncms-server has dependencies\non many `spring` libraries *(maven dependencies)* as well as\na *shared* `core` library (developed as part of this project) which is used both by the\nclient module and the server module.\n\nSince the shared `core` library is hosted as a Github Package,\nyou'll need to setup a Github token with your Github account for successful resolution of dependencies.\n\nNavigate to `GitHub \u003e Settings \u003e Developer Settings \u003e Personal access`\nand click on  `Generate New Token`\n\nGive **at-least** `read:packages` permission.\n\nCopy the token and setup the following environment variables:\n\n```zsh\nexport GITHUB_USERNAME={Your Github Username}\nexport GITHUB_TOKEN={Copied token from the above step}\n```\n\nMake sure that the names of environment variables are as it is.\nOtherwise, you might face a tough time :P\n\n### MYSQL setup\nTo set up a mysql instance on your local, follow these steps:\n\n* Download mysql server and follow the secure installation steps from [here](https://linuxhint.com/install_mysql_ubuntu_2004/)\n* Create a user (using the above link) which will be used to authenticate and perform CRUD operations on the db\n* Grant privileges to the user (refer above link).\n* Create the db to perform CRUD operations.\n* Create the following environment variables:\n```shell\nexport CMS_MYSQL_HOST=localhost\nexport CMS_MYSQL_PORT=3306\nexport CMS_MYSQL_USERNAME=\u003cName of the user created above\u003e\nexport CMS_MYSQL_PASSWORD=\u003cPassword for the above user\u003e\nexport CMS_MYSQL_DB=\u003cName of the database to perform CRUD operations\u003e\n```\n\n### Code Style\n\nThis project uses [prettier-java](https://github.com/jhipster/prettier-java) to format JAVA code. \n\nTo install the formatter, run the following:\n\n```shell\nmake install-formatter\n```\n\nTo format the code, run:\n\n```shell\nmake fmt\n```\n\nYou can customize the formatting rules by editing the `.prettierrc.yaml` file present in the project root.\n\n### Running the server\nOne command is adequate to launch the server to start serving HTTP requests.\n\n```shell\nmake\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevourtech%2Fcms-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevourtech%2Fcms-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevourtech%2Fcms-server/lists"}