{"id":20048372,"url":"https://github.com/natasha-ct/records-management-system","last_synced_at":"2026-04-07T23:31:46.509Z","repository":{"id":247446131,"uuid":"821921774","full_name":"NATASHA-ct/Records-Management-System","owner":"NATASHA-ct","description":"This project is a Records Management System designed for managing customer records. It provides functionality to add, delete, update, and view customer details. Initially, dummy data is used to populate the system.","archived":false,"fork":false,"pushed_at":"2024-07-08T17:04:11.000Z","size":817,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T22:28:21.712Z","etag":null,"topics":["bootstrap","commands","crm-platform","crm-system","django","mysql-database","python-faker","python3","seeder-table"],"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/NATASHA-ct.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":"2024-06-29T20:25:30.000Z","updated_at":"2024-07-08T17:04:14.000Z","dependencies_parsed_at":"2024-07-08T21:26:08.212Z","dependency_job_id":"f13e1a21-a6a8-43c2-8b52-74e93eed9120","html_url":"https://github.com/NATASHA-ct/Records-Management-System","commit_stats":null,"previous_names":["natasha-ct/records-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NATASHA-ct/Records-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NATASHA-ct%2FRecords-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NATASHA-ct%2FRecords-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NATASHA-ct%2FRecords-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NATASHA-ct%2FRecords-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NATASHA-ct","download_url":"https://codeload.github.com/NATASHA-ct/Records-Management-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NATASHA-ct%2FRecords-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31533823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bootstrap","commands","crm-platform","crm-system","django","mysql-database","python-faker","python3","seeder-table"],"created_at":"2024-11-13T11:43:15.713Z","updated_at":"2026-04-07T23:31:46.492Z","avatar_url":"https://github.com/NATASHA-ct.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Records Management System\n\n## Overview\nThis project is a Records Management System designed for managing customer records. It provides functionality to add, delete, update, and view customer details. Initially, dummy data is used to populate the system.\n\n## Features\n- Add new customer records\n- Delete existing customer records\n- Update customer details\n- View all customer records\n\n## Getting Started\nTo get a local copy up and running follow these simple steps.\n\n### Prerequisites\n- Python 3.12 and above\n- Django\n\n### Installation\n#### Clone the repo\n```\ngit clone https://github.com/NATASHA-ct/Records-Management-System.git\n\n\n```\ncd dcrm\n\n#### Install dependencies\n```\npip install -r requirements.txt\n```\n\n#### Setup \u0026 Apply migrations\n```\npython manage.py migrate\n```\n\n#### Create a superuser (optional but recommended)\n```\npython manage.py createsuperuser\n```\n#### Run the development server\n```\npython manage.py runserver\n```\n\n#### Access the application at http://127.0.0.1:8000/\n\n#### Navigate to the admin interface at http://127.0.0.1:8000/admin/ to manage records.\nUse the provided views and forms to add, delete, update, and view customer records.\n\n### Contributing\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.\n\n### Fork the Project\nCreate your Feature Branch eg (git checkout -b feature/AmazingFeature)\nCommit your Changes (git commit -m 'Add some AmazingFeature')\nPush to the Branch (git push origin feature/AmazingFeature)\nOpen a Pull Request\n\n\n## Screenshots\n\u003cimg width=\"960\" alt=\"image\" src=\"https://github.com/NATASHA-ct/Records-Management-System/assets/106079814/438b8eff-95a2-41c7-81e7-0ee302bec484\"\u003e\n\n\u003cbr\u003e\u003c/br\u003e\n\n\u003cimg width=\"429\" alt=\"image\" src=\"https://github.com/NATASHA-ct/Records-Management-System/assets/106079814/46336a69-ab38-4bd6-879d-fc17deb2a44f\"\u003e\n\n\u003cbr\u003e\u003c/br\u003e\n\n\u003cimg width=\"935\" alt=\"image\" src=\"https://github.com/NATASHA-ct/Records-Management-System/assets/106079814/a16b678f-1909-402a-9df0-57a7e68a8ef9\"\u003e\n\n\u003cbr\u003e\u003c/br\u003e\n\n\u003cimg width=\"866\" alt=\"image\" src=\"https://github.com/NATASHA-ct/Records-Management-System/assets/106079814/37df7d94-cb6c-4285-ab31-ca21c5f380e7\"\u003e\n\n\u003cbr\u003e\u003c/br\u003e\n\u003cimg width=\"876\" alt=\"image\" src=\"https://github.com/NATASHA-ct/Records-Management-System/assets/106079814/6ea9f289-acc8-4762-b985-4e3cfa2306b5\"\u003e\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatasha-ct%2Frecords-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatasha-ct%2Frecords-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatasha-ct%2Frecords-management-system/lists"}