{"id":15151815,"url":"https://github.com/hasannadeem/worklook-api","last_synced_at":"2026-01-20T07:03:29.021Z","repository":{"id":168243830,"uuid":"221064077","full_name":"hasannadeem/worklook-api","owner":"hasannadeem","description":"A back-end test project for make school.","archived":false,"fork":false,"pushed_at":"2020-09-27T20:39:43.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T10:40:24.702Z","etag":null,"topics":["postgresql","rails","rails-api","rails5","ruby","ruby-on-rails","worklook-api"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/hasannadeem.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":"2019-11-11T20:27:17.000Z","updated_at":"2020-09-27T20:47:58.000Z","dependencies_parsed_at":"2023-06-08T10:04:21.901Z","dependency_job_id":null,"html_url":"https://github.com/hasannadeem/worklook-api","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"dff52bdac1d3d8d1e419d0fc1eddc2b6e1b12a04"},"previous_names":["hasannadeem/worklook-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hasannadeem/worklook-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasannadeem%2Fworklook-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasannadeem%2Fworklook-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasannadeem%2Fworklook-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasannadeem%2Fworklook-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hasannadeem","download_url":"https://codeload.github.com/hasannadeem/worklook-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasannadeem%2Fworklook-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: 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":["postgresql","rails","rails-api","rails5","ruby","ruby-on-rails","worklook-api"],"created_at":"2024-09-26T15:22:01.741Z","updated_at":"2026-01-20T07:03:29.001Z","avatar_url":"https://github.com/hasannadeem.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\n# WorkLook-Api\nWorkLook-API lets you create work order and workers. A work order is a job to be completed by one or more workers before its deadline. WorkLook-API provides the facility to assign workers on work orders and retrieve work orders assigned to any worker.\n\n## Heroku WorkLook-API end-points\nRequest: Get all work orders of a particular worker in ascending order of deadline\nRoute: https://dry-basin-48875.herokuapp.com/api/v1/workers/:id/get_works\nMethod: GET\n\nRequest: Get all workers\nRoute: https://dry-basin-48875.herokuapp.com/api/v1/workers\nMethod: GET\n\nRequest: Create a worker\nRoute: https://dry-basin-48875.herokuapp.com/api/v1/workers\nMethod: POST\n\nRequest: Deleting a worker\nRoute: https://dry-basin-48875.herokuapp.com/api/v1/workers/:id\nMethod: DELETE\n\nRequest: For adding a worker in a particular work order\nRoute: https://dry-basin-48875.herokuapp.com/api/v1/works/:id/add_worker\nMethod: POST\n\nRequest: Get all work orders\nRoute: https://dry-basin-48875.herokuapp.com/api/v1/works\nMethod: GET\n\nRequest: Create a work order\nRoute: https://dry-basin-48875.herokuapp.com/api/v1/works\nMethod: POST\n\n## System Requirements\n* Ruby version  2.6.0\n* Rails version  5.2.3\n* PostgreSQL 9.5\n\n## Getting Started\n\u003c!-- Assuming that Ruby on Rails, Ruby, PostgreSQL are already installed on a system --\u003e\n* Download and extract the zip file and go to the directory of project i.e `worklook-api`\n    * cd `worklook-api`\n* Run `bundle install` to install all dependencies\n* Setup database\n    *  Run `rake db:create`\n    *  Run `rake db:migrate`\n* Run server `rails s`\n* Use `postman` to send requests and retrieve responses\n\n## How to Run Test Suite\nTest cases are written using `rspec`. All the test cases are tested locally.\n\nAnyone who wants to run it locally can use following process:\n1. To run all the test cases use this:\n* `rspec`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasannadeem%2Fworklook-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhasannadeem%2Fworklook-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasannadeem%2Fworklook-api/lists"}