{"id":17662797,"url":"https://github.com/diaga/spekit_tech_project","last_synced_at":"2025-10-10T03:32:04.559Z","repository":{"id":131755534,"uuid":"471619777","full_name":"Diaga/Spekit_Tech_Project","owner":"Diaga","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-19T13:57:56.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T03:31:52.331Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Diaga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2022-03-19T07:10:16.000Z","updated_at":"2022-03-19T13:47:46.000Z","dependencies_parsed_at":"2023-06-06T11:15:22.698Z","dependency_job_id":null,"html_url":"https://github.com/Diaga/Spekit_Tech_Project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Diaga/Spekit_Tech_Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diaga%2FSpekit_Tech_Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diaga%2FSpekit_Tech_Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diaga%2FSpekit_Tech_Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diaga%2FSpekit_Tech_Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Diaga","download_url":"https://codeload.github.com/Diaga/Spekit_Tech_Project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diaga%2FSpekit_Tech_Project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002627,"owners_count":26083425,"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-10-10T02:00:06.843Z","response_time":62,"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":[],"created_at":"2024-10-23T18:23:39.079Z","updated_at":"2025-10-10T03:32:04.525Z","avatar_url":"https://github.com/Diaga.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shared Document Store Backend\n\nAs part of the hiring process, we would like you to attempt a time-boxed coding challenge project, focused on a RESTful\nAPI service rapid prototype development. In this challenge, you are to create an API that stores “digital documents” in\n“folders”. Folders or Documents can have one or many associated “Topics”, with short \u0026 long-form descriptors.\n\n**Docs**: Please view [docs](docs/README.md) folder to read about design and development decisions.\n\n## Getting Started\n\nBefore proceeding, make sure to create a `.env` file templating form `.env.template`\nfile and fill the empty values.\n\n### Setup using virtualenv\n\n**Note**: This method requires that Python 3.9 and Postgres have been installed on\nyour machine.\n\n1. Create virtualenv using the below command:\n\n```shell\n$ virtualenv venv\n```\n\n2. Install requirements\n\n```shell\n$ pip install -r requirements.txt\n```\n\n3. Test server.\n\n```shell\n$ cd src\n$ python manage.py test\n```\n\n4. Run server. The development server should be live at localhost:8000.\n\n```shell\n$ python manage.py runserver\n```\n\n### Setup using docker compose\n\n1. Install docker using the [official documentation](https://docs.docker.com/get-docker/)\n2. Use the following command to run tests using docker compose:\n\n```shell\n$ docker compose -f docker-compose.test.yaml up\n```\n\n3. Use the following command to run server. The development server should be live at localhost:8000.\n\n```shell\n$ docker compose up\n```\n\n### Optional Steps\n#### Migration\nRun migrations using the following command if not done already:\n```shell\n$ python manage.py migrate\n```\n\n#### Seeding\nIn case sample data is required, it can be seeded through the following command:\n```shell\n$ python manage.py seed v1\n```\n\n## Contributing\n\nPlease read [CONTRIBUTING](CONTRIBUTING.md) to learn how to contribute to the repository.\n\n## License\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiaga%2Fspekit_tech_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiaga%2Fspekit_tech_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiaga%2Fspekit_tech_project/lists"}