{"id":21559898,"url":"https://github.com/md-asikuzzaman/express-ts-node","last_synced_at":"2026-04-29T16:04:47.766Z","repository":{"id":254271674,"uuid":"844427385","full_name":"Md-Asikuzzaman/express-ts-node","owner":"Md-Asikuzzaman","description":"express, typescript, ts-node","archived":false,"fork":false,"pushed_at":"2024-09-02T06:25:03.000Z","size":74,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T11:12:33.056Z","etag":null,"topics":["express","mysql","ts-node","tsup","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/Md-Asikuzzaman.png","metadata":{"files":{"readme":"README.txt","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-08-19T08:34:30.000Z","updated_at":"2024-09-02T06:25:07.000Z","dependencies_parsed_at":"2024-08-22T13:05:56.745Z","dependency_job_id":"d0b27e97-46db-4d3b-9106-f7cb2872b57b","html_url":"https://github.com/Md-Asikuzzaman/express-ts-node","commit_stats":null,"previous_names":["md-asikuzzaman/express-ts-node"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Md-Asikuzzaman%2Fexpress-ts-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Md-Asikuzzaman%2Fexpress-ts-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Md-Asikuzzaman%2Fexpress-ts-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Md-Asikuzzaman%2Fexpress-ts-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Md-Asikuzzaman","download_url":"https://codeload.github.com/Md-Asikuzzaman/express-ts-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244155576,"owners_count":20407373,"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":["express","mysql","ts-node","tsup","typescript"],"created_at":"2024-11-24T09:10:11.446Z","updated_at":"2026-04-29T16:04:42.716Z","avatar_url":"https://github.com/Md-Asikuzzaman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"(express-app)\n├── config/\n│   ├── dbConfig.js        # Database connection configurations\n│   ├── passport.js        # Passport.js authentication configurations\n│   └── env.js             # Environment-specific variables\n├── controllers/\n│   ├── userController.js  # Business logic for user routes\n│   └── authController.js  # Authentication logic\n├── models/\n│   ├── userModel.js       # User schema/model\n│   └── postModel.js       # Post schema/model\n├── routes/\n│   ├── userRoutes.js      # User-related routes\n│   ├── authRoutes.js      # Authentication-related routes\n│   └── postRoutes.js      # Post-related routes\n├─- middlewares/\n│   ├── authMiddleware.js  # Authentication middleware\n│   └── errorMiddleware.js # Error handling middleware\n├── services/\n│   ├── emailService.js    # Email sending service\n│   └── paymentService.js  # Payment processing service\n├── utils/\n│   ├── helpers.js         # Utility functions\n│   └── validators.js      # Input validation functions\n├── views/\n│   ├── index.ejs          # Views/templates (if using server-side rendering)\n│   └── layout.ejs         # Layout templates (if using server-side rendering)\n├── public/\n│   ├── images/            # Static images\n│   ├── styles/            # CSS files\n│   └── scripts/           # JavaScript files\n├── tests/\n│   ├── unit/              # Unit tests\n│   └── integration/       # Integration tests\n├── .env                   # Environment variables\n├── .gitignore             # Git ignore rules\n├── app.js                 # Main entry point for the application\n├── package.json           # NPM dependencies and scripts\n└── README.md              # Project documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmd-asikuzzaman%2Fexpress-ts-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmd-asikuzzaman%2Fexpress-ts-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmd-asikuzzaman%2Fexpress-ts-node/lists"}