{"id":22215390,"url":"https://github.com/harishanchu/workplace","last_synced_at":"2025-08-03T12:05:08.066Z","repository":{"id":48034117,"uuid":"128628782","full_name":"harishanchu/workplace","owner":"harishanchu","description":"Time sheet application for organisations.","archived":false,"fork":false,"pushed_at":"2022-12-30T16:36:32.000Z","size":10556,"stargazers_count":44,"open_issues_count":11,"forks_count":20,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-22T18:40:28.093Z","etag":null,"topics":["employee","management","timesheet","work","workplace"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harishanchu.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}},"created_at":"2018-04-08T10:19:17.000Z","updated_at":"2025-02-16T23:40:00.000Z","dependencies_parsed_at":"2023-01-31T12:01:19.605Z","dependency_job_id":null,"html_url":"https://github.com/harishanchu/workplace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harishanchu/workplace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harishanchu%2Fworkplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harishanchu%2Fworkplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harishanchu%2Fworkplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harishanchu%2Fworkplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harishanchu","download_url":"https://codeload.github.com/harishanchu/workplace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harishanchu%2Fworkplace/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268540658,"owners_count":24266576,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"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":["employee","management","timesheet","work","workplace"],"created_at":"2024-12-02T21:27:27.071Z","updated_at":"2025-08-03T12:05:08.021Z","avatar_url":"https://github.com/harishanchu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workplace\n\nTime sheet application for organizations.\n\n![Workplace demonstration](./demo.gif)\n\nCreated with [Loopback](https://loopback.io/doc/en/lb3/), [Angular](https://v6.angular.io) and [Angular Material](https://v6.material.angular.io/)\n\nUI for this project is compiled from repository: [Workplace UI](https://github.com/harishanchu/workplace-ui)\n\n## Installation\n\n#### Method 1 (With docker and docker-compose)\n\n- Clone the repository.\n- Modify [configuration](#configuration) files in the repository directory as needed.\n- Open terminal in the repository directory and run command `docker-compose up -d mysql adminer`.\n- Navigate to `http://localhost:8085/?server=mysql\u0026username=root` in your browser.\n- Login by providing password as `password`.\n- Create a database named `workplace`.\n- Head back to terminal and run command `docker-compose up`.\n\n#### Method 2 (Run directly on your workstation)\n\n- Install NodeJs(version \u003e=8).\n- Install and start mysql(version \u003e= 5.7.21) server.\n- Create a database table `workplace`\n- Clone this repository.\n- Modify [configuration](#configuration) files in the repository directory as needed(modify db host address, smtp configuration etc).\n- Install dependencies by running command `npm install --production`.\n- Run the application with command `npm run start-production`.\n\nAfter installation application can be accessed with url: `http://localhost:3000`.\n\nWhen you start the application for the first time a default admin user is created with email: `workplace-admin@company.com` and password `password`.\nDefault admin user email can be set in the [configuration](#configuration) files and password is read from the environment variable `WORKPLACE_ADMIN_PASSWORD`.\n\nNote: Admin user is only created once when you start the application for the first time, once you have an admin user created, changing admin email in te configuration files will not have any effect.\n\nAdmin users will have admin functionality enabled in the app.\n\n## Configuration\n\n- Application general configuration files can be found in `config` directory.\n- Database and email connectivity configuration file is in path `server/datasources.json`\n\n## Conventions\n\n- When a time sheet is created an associated task is created for the time sheet.\n- Open tasks can be linked to new time sheets by using the link button from the top right corner of time sheet entry popup.\n- When a time sheet is marked as completed the associated task will be marked as closed.\n\n## To do\n\n- Employee clock in/out.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharishanchu%2Fworkplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharishanchu%2Fworkplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharishanchu%2Fworkplace/lists"}