{"id":18373748,"url":"https://github.com/prest/docs","last_synced_at":"2026-01-23T17:35:17.466Z","repository":{"id":207463554,"uuid":"719215996","full_name":"prest/docs","owner":"prest","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-05T17:26:08.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-05T19:36:06.393Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/prest.png","metadata":{"files":{"readme":"README (1).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}},"created_at":"2023-11-15T17:47:33.000Z","updated_at":"2025-11-05T17:26:12.000Z","dependencies_parsed_at":"2024-01-14T04:44:38.256Z","dependency_job_id":"70f9ffb6-68bc-4818-9818-64dcc9ed8238","html_url":"https://github.com/prest/docs","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":0.05555555555555558,"last_synced_commit":"5e1f0c73caaafc1c279e985a913e36de453e93d9"},"previous_names":["prest/docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prest/docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prest%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prest%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prest%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prest%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prest","download_url":"https://codeload.github.com/prest/docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prest%2Fdocs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28696789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: 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":[],"created_at":"2024-11-06T00:12:00.280Z","updated_at":"2026-01-23T17:35:17.438Z","avatar_url":"https://github.com/prest.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Start with Docker\n\n\u003e _To simplify the process of bringing up the test environment we will use `docker-compose`_\n\n```sh\n# Download docker compose file\nwget https://raw.githubusercontent.com/prest/prest/main/docker-compose-prod.yml -O docker-compose.yml\n\n# Up (run) PostgreSQL and prestd\ndocker-compose up\n# Run data migration to create user structure for access (JWT)\ndocker-compose exec prest prestd migrate up auth\n\n# Create user and password for API access (via JWT)\n## user: prest\n## pass: prest\ndocker-compose exec postgres psql -d prest -U prest -c \"INSERT INTO prest_users (name, username, password) VALUES ('pREST Full Name', 'prest', MD5('prest'))\"\n# Check if the user was created successfully (by doing a select on the table)\ndocker-compose exec postgres psql -d prest -U prest -c \"select * from prest_users\"\n\n# Generate JWT Token with user and password created\ncurl -i -X POST http://127.0.0.1:3000/auth -H \"Content-Type: application/json\" -d '{\"username\": \"prest\", \"password\": \"prest\"}'\n# Access endpoint using JWT Token\ncurl -i -X GET http://127.0.0.1:3000/prest/public/prest_users -H \"Accept: application/json\" -H \"Authorization: Bearer {TOKEN}\"\n```\n\n### Supported Operating System\n\n* Linux\n* macOS\n* Windows\n* BSD\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprest%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprest%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprest%2Fdocs/lists"}