{"id":19999022,"url":"https://github.com/tlmader/wmcp","last_synced_at":"2026-04-27T11:31:06.008Z","repository":{"id":74862381,"uuid":"71081420","full_name":"tlmader/wmcp","owner":"tlmader","description":"A web service supporting workforce management and career planning","archived":false,"fork":false,"pushed_at":"2017-03-05T19:18:21.000Z","size":9145,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T14:27:29.715Z","etag":null,"topics":["hibernate","java","rest-api","spring"],"latest_commit_sha":null,"homepage":"","language":"PLSQL","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/tlmader.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-16T22:34:20.000Z","updated_at":"2018-01-03T10:24:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5548b9e-aa8f-4217-b9f7-38dbc39206eb","html_url":"https://github.com/tlmader/wmcp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tlmader/wmcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlmader%2Fwmcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlmader%2Fwmcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlmader%2Fwmcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlmader%2Fwmcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tlmader","download_url":"https://codeload.github.com/tlmader/wmcp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlmader%2Fwmcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["hibernate","java","rest-api","spring"],"created_at":"2024-11-13T05:10:13.089Z","updated_at":"2026-04-27T11:31:05.990Z","avatar_url":"https://github.com/tlmader.png","language":"PLSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wmcp – Workforce Management and Career Planning\n**Data Models and Database Systems Project**\n\n***wmcp*** is a web service supporting workforce management and career planning.\n\n## File Structure\n\n    .\n    ├── doc                                   # diagrams and Postman collections\n    ├── sql                                   # schema and test data scripts\n    ├── src                                   # source root\n    │   └── main\n    │       ├── java/wmcp/api\n    |       |   ├── config                    # configurations\n    |       |   ├── controller                # REST controllers\n    |       |   ├── model                     # entity models\n    |       |   ├── repository                # data access\n    |       |   └── service                   # service workflows\n    │       └── resources\n    │           └── application.properties    # Spring properties\n    └── pom.xml                               # Maven project object model\n\n## Getting Started\n\n***NOTE: I will set up H2 eventually so this will be easier to see in action.***\n\nSet up [Oracle Database](http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index-092322.html).\n\nSet `spring.datasource.driverClassName` in [application.properties](https://github.com/Tlmader/wmcp/blob/master/src/main/resources/application.properties) accordingly.\n\nSet the following environment variables to match your database settings:\n* `DATASOURCE_URL` — Defines URL used in spring.datasource.url\n* `DATASOURCE_USERNAME` — Defines username used in spring.datasource.username\n* `DATASOURCE_PASSWORD` — Defines password used in spring.datasource.password\n\nAlternatively, replace the variables in [application.properties](https://github.com/Tlmader/wmcp/blob/master/src/main/resources/application.properties).\n\nImport the Maven project via IntelliJ IDEA and run using the following configuration:\n* Configuration Type: Spring Boot\n* Main class: `wmcp.api.Application`\n* JRE: 1.8\n\nAlternatively, use your preferred IDE.\n\nUsing a tool such as [Oracle SQL Developer](http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index-097090.html), connect to the database and run the following scripts in the [sql](https://github.com/Tlmader/wmcp/blob/master/sql) directory:\n* drop.sql - drops all tables!\n* schema-v4.sql\n* insert-v5.sql\n\nImport [wmcp.api.postman_collection.json](https://github.com/Tlmader/wmcp/blob/master/doc/wmcp.api.postman_collection.json) into [Postman](https://www.getpostman.com/) for example API calls.\n\n## Default Ports\n* Server: 9000\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlmader%2Fwmcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlmader%2Fwmcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlmader%2Fwmcp/lists"}