{"id":35769674,"url":"https://github.com/churris-x/snippet-board-server","last_synced_at":"2026-01-07T03:02:29.087Z","repository":{"id":50061708,"uuid":"483166113","full_name":"churris-x/snippet-board-server","owner":"churris-x","description":"Backend of Snippet Board website","archived":false,"fork":false,"pushed_at":"2024-03-27T16:39:23.000Z","size":182,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-03-27T17:50:32.366Z","etag":null,"topics":["backend","express","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/churris-x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2022-04-19T08:46:08.000Z","updated_at":"2024-03-27T16:34:23.000Z","dependencies_parsed_at":"2024-03-25T12:06:14.046Z","dependency_job_id":null,"html_url":"https://github.com/churris-x/snippet-board-server","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/churris-x/snippet-board-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/churris-x%2Fsnippet-board-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/churris-x%2Fsnippet-board-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/churris-x%2Fsnippet-board-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/churris-x%2Fsnippet-board-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/churris-x","download_url":"https://codeload.github.com/churris-x/snippet-board-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/churris-x%2Fsnippet-board-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28231757,"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":"2026-01-07T02:00:05.975Z","response_time":58,"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":["backend","express","nodejs"],"created_at":"2026-01-07T03:02:14.922Z","updated_at":"2026-01-07T03:02:29.080Z","avatar_url":"https://github.com/churris-x.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snippet Board Backend\n\nExpress JS backend server for my Snippet Board website. \n\nHandles user account (login, signup) and snippet CRUD.\n\n## Data structure\n\nSnippets\n\n| Key         | Type    | Nullable | Notes                       |\n|-------------|---------|----------|-----------------------------|\n| id          | integer | false    | pk, auto increment          |\n| title       | string  | false    |                             |\n| description | text    | true     | Long text, varchar          |\n| body        | text    | false    | Long text, varchar          |\n| syntax      | string  | false    | default value: 'plain_text' |\n\n## Routes\n/\n- `GET\t\t:4055/`\t\t\t\t\t\t\tresponse: 'Hello world!'\n\n/user\n- `POST\t\t:4055/users/signup`\t\t\t\tbody: { name, email, password }\n- `POST\t\t:4055/users/login`\t\t\t\tbody: { name, password } response: { token }\n- `GET\t\t:4055/users/me`\t\t\t\t\theader: { Authorization:'Bearer token' } response: { id, name, email }\n\n/snippets\n\u003c!-- - `GET\t\t:4055/snippets` \t\t\tresponse: {[ snippets ]} --\u003e\n- `GET\t\t:4055/snippets/user` \t\t\theader: { Authorization:'Bearer token' } response: {[ userSnippets ]}\n- `POST\t\t:4055/snippets/user`\t\t\theader: { Authorization:'Bearer token' } body: { title, imgUrl, minimumBid }\n- `GET\t\t:4055/snippets/user/:postId` \theader: { Authorization:'Bearer token' } response: { userSnippet }\n- `PATCH \t:4055/snippets/user/:postId`\theader: { Authorization:'Bearer token' } response: { updatedPost }\n- `DELETE \t:4055/snippets/user/:postId`\theader: { Authorization:'Bearer token' }\n\n## Technologies\n - Express JS\n - Sequelize\n - JWT Authentication with bcrypt\n - Developed with [ElephantSQL](https://www.elephantsql.com/), deployed with [Render](https://www.render.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchurris-x%2Fsnippet-board-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchurris-x%2Fsnippet-board-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchurris-x%2Fsnippet-board-server/lists"}