{"id":15002810,"url":"https://github.com/faidfadjri/sample-express-ts-mssql","last_synced_at":"2026-01-30T01:37:19.889Z","repository":{"id":196465097,"uuid":"696176320","full_name":"faidfadjri/sample-express-ts-mssql","owner":"faidfadjri","description":"Simple express typescript connection to microsoft sql server","archived":false,"fork":false,"pushed_at":"2023-09-26T01:43:20.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-18T13:56:10.910Z","etag":null,"topics":["expressjs","mssqlserver","sql","typescript"],"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/faidfadjri.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":"2023-09-25T08:39:26.000Z","updated_at":"2023-09-25T08:57:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"26cbd6fb-2748-43a5-85b5-807d798d2dfd","html_url":"https://github.com/faidfadjri/sample-express-ts-mssql","commit_stats":null,"previous_names":["faidfadjri/sample-express-ts-mssql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faidfadjri%2Fsample-express-ts-mssql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faidfadjri%2Fsample-express-ts-mssql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faidfadjri%2Fsample-express-ts-mssql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faidfadjri%2Fsample-express-ts-mssql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faidfadjri","download_url":"https://codeload.github.com/faidfadjri/sample-express-ts-mssql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243153485,"owners_count":20244773,"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","mssqlserver","sql","typescript"],"created_at":"2024-09-24T18:52:45.738Z","updated_at":"2026-01-30T01:37:14.854Z","avatar_url":"https://github.com/faidfadjri.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express - TS - Ms SQL Server\n\nThis is a sample application built with Express.js, TypeScript, and SQL Server. It demonstrates how to create a basic web application using these technologies. You can use this repository as a starting point for your own projects or as a reference for learning.\n\n## Features\n\n- **Express.js**: A fast, minimalist web framework for Node.js.\n- **TypeScript**: A statically typed superset of JavaScript that helps you build robust and maintainable code.\n- **SQL Server**: A relational database management system developed by Microsoft.\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- Node.js and npm installed on your development machine.\n- SQL Server installed and running with the required database configured.\n\n## Getting Started\n\nClone the repository:\n\n```sh\ngit clone https://github.com/faidfadjri/sample-express-ts-mssql\n```\n\nInstall dependencies:\n\n```sh\n   npm install\n```\n\n## Configuration\n\nDuplicate `.env-example` \u0026 change to .env:\n\n```sh\ncp .env-example .env\nPORT=3000  # Your app's port number (e.g., 3000)\nDB_HOST=localhost  # Your database host (e.g., localhost)\nDB_USER=your_db_user  # Your database user (e.g., your_db_user)\nDB_PASS=your_db_password  # Your database password (e.g., your_db_password)\nDB_PORT=1433  # Your database port (e.g., 1433)\nDB_NAME=your_default_database  # Your default database name (e.g., your_default_database)\n```\n\nRun\n\n```sh\n   npm run start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaidfadjri%2Fsample-express-ts-mssql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaidfadjri%2Fsample-express-ts-mssql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaidfadjri%2Fsample-express-ts-mssql/lists"}