{"id":18498829,"url":"https://github.com/lekejosh/my-node-typescript-template","last_synced_at":"2026-04-11T01:43:12.846Z","repository":{"id":200780484,"uuid":"700990941","full_name":"Lekejosh/my-node-typescript-template","owner":"Lekejosh","description":"Node Typescript Template for backend developement","archived":false,"fork":false,"pushed_at":"2024-02-25T16:24:22.000Z","size":449,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T00:46:21.772Z","etag":null,"topics":["api","backend","express","mongodb","nodejs","redis","restful-api","template","template-project","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Lekejosh.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-10-05T17:27:15.000Z","updated_at":"2024-10-18T15:42:56.000Z","dependencies_parsed_at":"2023-11-17T00:11:09.025Z","dependency_job_id":"5c8f959d-7111-4f59-9ab6-70aa33c67856","html_url":"https://github.com/Lekejosh/my-node-typescript-template","commit_stats":null,"previous_names":["lekejosh/my-node-typescript-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lekejosh%2Fmy-node-typescript-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lekejosh%2Fmy-node-typescript-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lekejosh%2Fmy-node-typescript-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lekejosh%2Fmy-node-typescript-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lekejosh","download_url":"https://codeload.github.com/Lekejosh/my-node-typescript-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076977,"owners_count":22010630,"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":["api","backend","express","mongodb","nodejs","redis","restful-api","template","template-project","typescript"],"created_at":"2024-11-06T13:42:42.101Z","updated_at":"2026-04-11T01:43:09.663Z","avatar_url":"https://github.com/Lekejosh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node TypeScript Starter Template for Backend Development\n\n![Node.js](https://img.shields.io/badge/Node.js-18.x-green)\n![TypeScript](https://img.shields.io/badge/TypeScript-4.x-blue)\n![Redis](https://img.shields.io/badge/Redis-6.x-red)\n\nGet started with backend development using Node.js and TypeScript. This starter template includes authentication, user, and admin APIs to kickstart your project.\n\n## Technologies\n\n-   Node\n-   Typescript\n-   Express\n-   Mongoose\n-   Redis\n\n## Linters\n\n-   Eslint\n-   Prettier\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n-   [Node.js](https://nodejs.org/) (18.x or higher) installed on your system.\n-   [Redis](https://redis.io/) (6.x or higher) installed and running on your system.\n-   Clone or download this repository to your local machine.\n-   A code editor of your choice, like Visual Studio Code.\n\n## Setup\n\n1.  Clone the repository to your local machine:\n\n    ```bash\n    git clone https://github.com/Lekejosh/my-node-typescript-template.git\n    cd my-node-typescript-template\n    ```\n\n2.  Install the project dependencies using [npm](https://www.npmjs.com/):\n\n    ```bash\n    npm install\n    ```\n\n3.  Create a `.env` file in the project root and add the following environment variables example in the .env.sample file\n\n4.  Start the development server:\n\n```bash\nnpm run watch (run this in one terminal in the project directory)\nnpm run dev (this in another terminal in the project directory)\n```\n\n## APIs\n\n-   **Authentication**: Secure user registration, login, and JWT token generation.\n-   **User**: Manage user profiles, update information, and view user details.\n-   **Admin**: Admin-only endpoints for managing the application.\n\n## Postman Collection\n\nYou can find a Postman collection for testing the APIs in the `postman` directory within this repository. Import the collection into Postman for easy API testing.\n\n## Contributing\n\nContributions are welcome! Feel free to submit issues, create pull requests, or open discussions.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n**Happy Coding!** 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flekejosh%2Fmy-node-typescript-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flekejosh%2Fmy-node-typescript-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flekejosh%2Fmy-node-typescript-template/lists"}