{"id":23404768,"url":"https://github.com/romanpecheritsa/onetimesecretapi","last_synced_at":"2026-04-28T23:37:46.216Z","repository":{"id":270014139,"uuid":"908187914","full_name":"RomanPecheritsa/OneTimeSecretAPI","owner":"RomanPecheritsa","description":"This project implements a service for securely storing and sharing one-time secrets (FastAPI, MongoDB)","archived":false,"fork":false,"pushed_at":"2025-01-04T20:49:59.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T22:47:47.881Z","etag":null,"topics":["authx","cryptography","docker-compose","fastapi","mongodb","motor","pytest","python"],"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/RomanPecheritsa.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-12-25T11:42:04.000Z","updated_at":"2025-01-04T20:50:03.000Z","dependencies_parsed_at":"2024-12-28T01:46:27.551Z","dependency_job_id":null,"html_url":"https://github.com/RomanPecheritsa/OneTimeSecretAPI","commit_stats":null,"previous_names":["romanpecheritsa/onetimesecretapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RomanPecheritsa/OneTimeSecretAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanPecheritsa%2FOneTimeSecretAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanPecheritsa%2FOneTimeSecretAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanPecheritsa%2FOneTimeSecretAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanPecheritsa%2FOneTimeSecretAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RomanPecheritsa","download_url":"https://codeload.github.com/RomanPecheritsa/OneTimeSecretAPI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanPecheritsa%2FOneTimeSecretAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275269750,"owners_count":25435113,"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-09-15T02:00:09.272Z","response_time":75,"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":["authx","cryptography","docker-compose","fastapi","mongodb","motor","pytest","python"],"created_at":"2024-12-22T13:15:39.537Z","updated_at":"2026-04-28T23:37:46.157Z","avatar_url":"https://github.com/RomanPecheritsa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# One Time Secret\n\n## Project Description\n\nThis project implements a service for securely storing and sharing one-time secrets. Secrets can be encrypted using a password provided by the user and then retrieved using a unique key. Once a secret is requested and decrypted, it is automatically deleted from the database, ensuring one-time access.\n\n## Installation and Setup\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/RomanPecheritsa/OneTimeSecretAPI.git\ncd OneTimeSecretAPI\n```\n\n### 2. Copy the env.example file to .env\n\nOpen .env and replace the values of the variables with your own\n```bash\ncp .env.example .env\n```\n### 3. Build and Run Docker Containers\n\nExecute the following command to build and starting the Docker images\n```bash\nmake app\n```\n\n### 4. Testing the Application\n\nRun the tests and run the tests with coverage\n```bash\nmake tests\nmake tests-cov\n```\n### 5. Stop and Down Docker Containers\n\nExecute the following command to stop and down the Docker images\n```bash\nmake app-down\n```\n\n### 6. Documentation\nThe full API documentation is available at: http://127.0.0.1:8000/docs/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanpecheritsa%2Fonetimesecretapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromanpecheritsa%2Fonetimesecretapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanpecheritsa%2Fonetimesecretapi/lists"}