{"id":29562243,"url":"https://github.com/kstepien3/sipmle-joke-app","last_synced_at":"2026-05-21T05:02:38.225Z","repository":{"id":41222033,"uuid":"508773418","full_name":"kstepien3/sipmle-joke-app","owner":"kstepien3","description":"This application was created for demonstration purposes. ","archived":false,"fork":false,"pushed_at":"2022-07-10T14:12:45.000Z","size":3963,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-06T20:25:13.887Z","etag":null,"topics":["angular","monorepo","nx","typescript"],"latest_commit_sha":null,"homepage":"https://kordrad.github.io/sipmle-joke-app","language":"TypeScript","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/kstepien3.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":"2022-06-29T16:47:17.000Z","updated_at":"2022-07-11T06:22:12.000Z","dependencies_parsed_at":"2022-07-08T01:45:13.767Z","dependency_job_id":null,"html_url":"https://github.com/kstepien3/sipmle-joke-app","commit_stats":null,"previous_names":["kstepien3/sipmle-joke-app"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/kstepien3/sipmle-joke-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstepien3%2Fsipmle-joke-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstepien3%2Fsipmle-joke-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstepien3%2Fsipmle-joke-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstepien3%2Fsipmle-joke-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kstepien3","download_url":"https://codeload.github.com/kstepien3/sipmle-joke-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstepien3%2Fsipmle-joke-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265799120,"owners_count":23830057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["angular","monorepo","nx","typescript"],"created_at":"2025-07-18T17:11:06.156Z","updated_at":"2026-05-21T05:02:38.156Z","avatar_url":"https://github.com/kstepien3.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Jokes APP\n\nThis application was created for presentation purposes. However, it is prepared to connect with the API.\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/Kordrad/sipmly-joke-app.git\n```\n\nGo to the project directory\n\n```bash\n  cd sipmly-joke-app\n```\n\nInstall dependencies\n\n```bash\n  npm install\n```\n\nStart the server\n\n```bash\n  npm run start:web\n```\n\nor start the demo server\n\n```bash\n  npm run start:web:demo\n```\n\n## API Reference\n\n#### Add new joke\n\n```http\n  POST *API_URL*/joke\n```\n\n| Parameter  | Type     | Description                                |\n| :--------- | :------- | :----------------------------------------- |\n| `category` | `GUID`   | **Required**. GUID of existing category    |\n| `content`  | `string` | **Required** Your funny joke. Be creative! |\n\n#### Get Jokes list\n\n```http\n  GET *API_URL*/jokes\n```\n\n#### Get Random Joke\n\n```http\n  GET *API_URL*/joke/random\n```\n\n#### Delete joke\n\n```http\n  DELETE *API_URL*/joke/:id\n```\n\n| Parameter | Type   | Description                         |\n| :-------- | :----- | :---------------------------------- |\n| `id`      | `GUID` | **Required**. GUID of existing joke |\n\n#### Get Categories list\n\n```http\n  GET *API_URL*/categories\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkstepien3%2Fsipmle-joke-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkstepien3%2Fsipmle-joke-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkstepien3%2Fsipmle-joke-app/lists"}