{"id":20610783,"url":"https://github.com/anjasfedo/express-typescript","last_synced_at":"2026-04-16T18:03:35.493Z","repository":{"id":216903684,"uuid":"742643117","full_name":"Anjasfedo/express-typescript","owner":"Anjasfedo","description":"RESTful API SQLite One to Many on Express.js with Typescript \u0026 Prisma.","archived":false,"fork":false,"pushed_at":"2024-01-13T16:41:00.000Z","size":39,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T03:28:29.925Z","etag":null,"topics":["expressjs","learning-by-doing","onetomany","prisma","rest-api","sqlite"],"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/Anjasfedo.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-01-13T00:03:16.000Z","updated_at":"2024-03-09T14:16:20.000Z","dependencies_parsed_at":"2024-01-13T16:19:47.154Z","dependency_job_id":"cd3defde-2240-4d1b-9b12-174ab1577bca","html_url":"https://github.com/Anjasfedo/express-typescript","commit_stats":null,"previous_names":["anjasfedo/express-typescript"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anjasfedo%2Fexpress-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anjasfedo%2Fexpress-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anjasfedo%2Fexpress-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anjasfedo%2Fexpress-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anjasfedo","download_url":"https://codeload.github.com/Anjasfedo/express-typescript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242258152,"owners_count":20098279,"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","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":["expressjs","learning-by-doing","onetomany","prisma","rest-api","sqlite"],"created_at":"2024-11-16T10:17:50.413Z","updated_at":"2026-04-16T18:03:35.452Z","avatar_url":"https://github.com/Anjasfedo.png","language":"TypeScript","readme":"# Express TypeScript CRUD API\n\nThis project is a simple RESTful API built using Express.js, TypeScript, and Prisma, implementing CRUD operations (Create, Read, Update, Delete).\n\n## Getting Started\n\nFollow these steps to run the project locally:\n\n1. **Install Dependencies:**\n\n```bash\nnpm install\n```\n\n2. **Create database:**\n\n```bash\nnpx prisma db push\n```\n\n3. **Run database seed:**\n\n```bash\nnpx prisma db seed\n```\n\n4. **Start development server:**\n\n```bash\nnpm run dev\n```\n\nThese steps will install the necessary dependencies, create the database schema, seed the database with initial data, and start the development server on port 8000.\n\n## API Endpoints\n\n### Author:\n\n- GET /api/author: Retrieve all author.\n- GET /api/author/:id: Retrieve an author by ID.\n- POST /api/author: Create a new author.\n- PUT /api/author/:id: Update an author by ID.\n- DELETE /api/author/:id: Delete an author by ID\n\n### Book:\n\n- GET /api/book: Retrieve all book.\n- GET /api/book/:id: Retrieve an book by ID.\n- POST /api/book: Create a new book.\n- PUT /api/book/:id: Update an book by ID.\n- DELETE /api/book/:id: Delete an book by ID\n\nThe API Postman Collection is available in the /postman-collection/ directory.\n\n## Closing Notes\n\nIf you find any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request.\n\nHappy coding!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjasfedo%2Fexpress-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanjasfedo%2Fexpress-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjasfedo%2Fexpress-typescript/lists"}