{"id":19727034,"url":"https://github.com/timtech4u/employee-manager","last_synced_at":"2025-06-24T21:38:16.045Z","repository":{"id":43643631,"uuid":"146324578","full_name":"Timtech4u/employee-manager","owner":"Timtech4u","description":"A Multitenant App for Employees Mangement and Available Jobs (WIP) - Built with Django Multitenancy, DRF \u0026 VueJS... ","archived":false,"fork":false,"pushed_at":"2022-12-08T12:26:10.000Z","size":3187,"stargazers_count":22,"open_issues_count":21,"forks_count":8,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-06-08T08:03:39.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/Timtech4u.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":"2018-08-27T16:29:31.000Z","updated_at":"2025-04-05T08:08:28.000Z","dependencies_parsed_at":"2023-01-25T13:31:52.769Z","dependency_job_id":null,"html_url":"https://github.com/Timtech4u/employee-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Timtech4u/employee-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timtech4u%2Femployee-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timtech4u%2Femployee-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timtech4u%2Femployee-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timtech4u%2Femployee-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Timtech4u","download_url":"https://codeload.github.com/Timtech4u/employee-manager/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timtech4u%2Femployee-manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261760478,"owners_count":23205734,"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":[],"created_at":"2024-11-11T23:37:25.012Z","updated_at":"2025-06-24T21:38:15.992Z","avatar_url":"https://github.com/Timtech4u.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A SaaS Application for Employee Management\nSaaS App for my PyConNG [Talk](http://bit.ly/django-multitenant)\n\n## API Endpoints\n\n- `/` -\u003e Admin panel for Employee Management\n- `/jobs` -\u003e List of jobs (WIP)\n- `/docs` -\u003e List of available API (`/api`) Endpoints \u0026 documentation\n\n\n\u003e A Django2.X/Vuejs2.X SASS App \n\n## Run BackEnd(Django Multitenant)\n\n``` bash\n# install dependencies, builds frontend, runs backend server\ndeploy.sh\n\n# To setup a tenants (Public tenant and Others...)\npython manage.py shell\n\u003e from customers.models import Client\n\u003e tenant1 = Client(domain_url='127.0.0.1',\n  schema_name='public',\n  name='Default',\n  paid_until='2099-12-31',\n  on_trial=False)\n\u003e tenant1.save()\n\u003e tenant2 = Client(domain_url='localhost',\n  schema_name='client',\n  name='Default',\n  paid_until='2099-12-31',\n  on_trial=False)\n\u003e tenant2.save()\n```\n\n## Run FrontEnd (VueJS)\n\n``` bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8080\nnpm run dev\n\n# build for production with minification\nnpm run build\n\n```\n\n## Contribute Guidelines\n\n- Clone this Repo \u0026 Create a branch\n- Punch in come codes\n- Open a PR\n\n## Want a Quick Access/Demo:\n- Send a mail to hello@myemp.site\n- Indicate your desired subd-domain\n- If you have a custom domain, that's fine, Create a *CNAME* record that points to *wildcard.myemp.site.herokudns.com.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimtech4u%2Femployee-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimtech4u%2Femployee-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimtech4u%2Femployee-manager/lists"}