{"id":23824950,"url":"https://github.com/mtsfy/dotpm","last_synced_at":"2026-05-06T10:32:54.593Z","repository":{"id":216525973,"uuid":"741146908","full_name":"mtsfy/dotpm","owner":"mtsfy","description":"Application for project management.","archived":false,"fork":false,"pushed_at":"2024-05-08T16:01:16.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-31T15:33:14.395Z","etag":null,"topics":["django","postgresql"],"latest_commit_sha":null,"homepage":"https://dotpm.vercel.app","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/mtsfy.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-09T19:45:45.000Z","updated_at":"2024-05-08T16:14:43.000Z","dependencies_parsed_at":"2024-01-28T16:50:08.306Z","dependency_job_id":null,"html_url":"https://github.com/mtsfy/dotpm","commit_stats":null,"previous_names":["4d757365/dotpm","mtsfy/dotpm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mtsfy/dotpm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtsfy%2Fdotpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtsfy%2Fdotpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtsfy%2Fdotpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtsfy%2Fdotpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtsfy","download_url":"https://codeload.github.com/mtsfy/dotpm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtsfy%2Fdotpm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32689138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["django","postgresql"],"created_at":"2025-01-02T11:16:09.670Z","updated_at":"2026-05-06T10:32:54.554Z","avatar_url":"https://github.com/mtsfy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003edotpm\u003c/h1\u003e\n\n## :page_facing_up: Description\n\nDotpm is an application where users can manage projects and tasks.\n\n## :gear: Tech Stack\n\n- [Django](https://www.djangoproject.com/start/)\n- [PostgreSQL](https://www.postgresql.org/)\n- [Amazon S3](https://aws.amazon.com/s3/)\n\n## :rocket: Features\n\n- User authentication with builtin Django authentication system and session management\n- Users can manage:\n  - Projects\n  - Notes on projects\n  - Todolists on projects\n  - Tasks on todolists\n  - Files on projects _(using Amazon S3)_\n\n## :hammer: Installation\n\n### Clone the repository\n\n```sh\n$ git clone git@github.com:mtsfy/dotpm.git\n$ cd dotpm\n$ python3 -m venv venv\n$ source venv/bin/activate\n$ pip install -r requirements.txt\n```\n\nSetup environment variables:\n\n- [Amazon S3](https://testdriven.io/blog/storing-django-static-and-media-files-on-amazon-s3/)\n- [Railway](https://railway.app/) _(optional: you can instead setup local postgresql, so change the railway config to your local config)_\n\n```sh\n# postgresql railway config\nRAILWAY_NAME= # [your_railway_db_name]\nRAILWAY_USER= # [your_railway_db_user]\nRAILWAY_PASSWORD= # [your_railway_db_password]\nRAILWAY_HOST= # [your_railway_db_host]\nRAILWAY_PORT= # [your_railway_db_port]\n\n# amazon s3 config\nAWS_ACCESS_KEY_ID= # [your_aws_access_key_id]\nAWS_SECRET_ACCESS_KEY= # [your_aws_secret_access_key]\n```\n\nStart the server:\n\n```sh\n$ python manage.py makemigrations\n$ python manage.py migrate\n$ python manage.py runserver\n```\n\nThe project will start running on `http://localhost:8000`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtsfy%2Fdotpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtsfy%2Fdotpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtsfy%2Fdotpm/lists"}