{"id":25253242,"url":"https://github.com/basemax/simple-api-typescript","last_synced_at":"2026-04-08T23:33:11.287Z","repository":{"id":276841272,"uuid":"930434415","full_name":"BaseMax/simple-api-typescript","owner":"BaseMax","description":"A lightweight and minimal REST API built with TypeScript, Express, and SQLite.","archived":false,"fork":false,"pushed_at":"2025-07-22T12:54:40.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T08:29:49.686Z","etag":null,"topics":["bun","express-js","express-ts","expressjs","expressts","sqlite","sqlite3","ts","typescript","typescript-express"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/BaseMax.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":"2025-02-10T16:20:52.000Z","updated_at":"2025-07-22T12:54:37.000Z","dependencies_parsed_at":"2025-02-10T18:58:08.201Z","dependency_job_id":"0c75089b-c2ee-402e-80e9-cfd8e06c1cd5","html_url":"https://github.com/BaseMax/simple-api-typescript","commit_stats":null,"previous_names":["basemax/simple-api-typescript"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BaseMax/simple-api-typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fsimple-api-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fsimple-api-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fsimple-api-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fsimple-api-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/simple-api-typescript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fsimple-api-typescript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268017357,"owners_count":24181669,"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-07-31T02:00:08.723Z","response_time":66,"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":["bun","express-js","express-ts","expressjs","expressts","sqlite","sqlite3","ts","typescript","typescript-express"],"created_at":"2025-02-12T04:58:47.617Z","updated_at":"2026-04-08T23:33:11.249Z","avatar_url":"https://github.com/BaseMax.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple API in TypeScript\n\nA lightweight and minimal REST API built with TypeScript, Express, and SQLite.\n\n## Features\n\n- Express.js for handling API routes\n- SQLite3 as the database (without Prisma)\n- TypeScript for type safety\n- Supertest and Bun.js for testing\n\n## Installation\n\n**Ensure you have the following installed:**\n\n- Node.js (\u003e=16)\n- Bun (for testing, optional)\n\n**Clone the Repository:**\n\n```\ngit clone https://github.com/BaseMax/simple-api-typescript.git\ncd simple-api-typescript\n```\n\n**Install Dependencies**\n\n```\nnpm install\n```\n\n## Usage\n\n**Start the Server:**\n\n```\nnpm run dev\n```\n\nThis will start the API on `http://localhost:3000`.\n\n**Run Tests:**\n\n```\nbun test\n```\n\n## API Endpoints\n\n### Create a User\n\nPOST /users\n\nRequest Body:\n```\n{\n  \"name\": \"John Doe\",\n  \"email\": \"johndoe@example.com\"\n}\n```\n\n### Get All Users\n\nGET /users\n\n### Get a User by ID\n\nGET /users/:id\n\n### Delete a User\n\nDELETE /users/:id\n\n## License\n\nThis project is licensed under the MIT License.\n\nCopyright (c) 2025 BaseMax\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fsimple-api-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fsimple-api-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fsimple-api-typescript/lists"}