{"id":23012080,"url":"https://github.com/rashjredmund/node-express-js-template","last_synced_at":"2026-04-04T21:33:17.312Z","repository":{"id":201037072,"uuid":"706772724","full_name":"RashJrEdmund/node-express-js-template","owner":"RashJrEdmund","description":"a ready to use node js/express js template setup with typescript, sass, ejs, mongodb  \u0026 mongoose.","archived":false,"fork":false,"pushed_at":"2023-12-08T01:02:59.000Z","size":10951,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:33:10.852Z","etag":null,"topics":["backend","backend-service","ejs","ejs-template-engine","ejs-templates","epressjs","javascript","nodejs","npm","open-source","opensource","package","scss","template","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/RashJrEdmund.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}},"created_at":"2023-10-18T15:31:22.000Z","updated_at":"2023-10-22T19:52:12.000Z","dependencies_parsed_at":"2024-01-02T01:36:53.033Z","dependency_job_id":null,"html_url":"https://github.com/RashJrEdmund/node-express-js-template","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"016331400f28ff2bb22cd574b3dc8175be87d2f8"},"previous_names":["rashjredmund/node-express-js-template"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/RashJrEdmund/node-express-js-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RashJrEdmund%2Fnode-express-js-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RashJrEdmund%2Fnode-express-js-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RashJrEdmund%2Fnode-express-js-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RashJrEdmund%2Fnode-express-js-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RashJrEdmund","download_url":"https://codeload.github.com/RashJrEdmund/node-express-js-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RashJrEdmund%2Fnode-express-js-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31415110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["backend","backend-service","ejs","ejs-template-engine","ejs-templates","epressjs","javascript","nodejs","npm","open-source","opensource","package","scss","template","typescript"],"created_at":"2024-12-15T10:12:17.376Z","updated_at":"2026-04-04T21:33:17.284Z","avatar_url":"https://github.com/RashJrEdmund.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to my node-express.js template 😌\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./readme-assets/template.jpeg\"\u003e\u003c/img\u003e\n\u003c/div\u003e\n\nif you are looking for a quick and ready to use typescript nodejs with express template,\n\n    look no further 😌\n\n  * * *\n\n  made with ❤️  by [RashJrEdmund](https://github.com/RashJrEdmund)\n  \n  get your own copy [here](https://github.com/RashJrEdmund/node-express-js-template)\n\n  * * *\n\n## Description / Content\n\nThis template repo has been setup with \u003ccode\u003eTypeScript\u003c/code\u003e, \u003ccode\u003eSASS\u003c/code\u003e, \u003ccode\u003eEJS\u003c/code\u003e \u003ccode\u003eMongoDb\u003c/code\u003e, and \u003ccode\u003eMongoose\u003c/code\u003e.\n Also, a simple user endpoint has been created with \u003ccode\u003e/users\u003c/code\u003e, and the actuall schema created mongoose and MongoDb initiallized, but will need your mongo_connections url.\n\n- The app template has the following dependencies added to it.\n  - [bcrypt](https://www.npmjs.com/package/bcrypt)\n  - [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken)\n  - [CORS](https://www.npmjs.com/package/cors)\n  - [nodemon](https://www.npmjs.com/package/nodemon)\n  - [concurrently](https://www.npmjs.com/package/concurrently)\n  - [dotenv](https://www.npmjs.com/package/dotenv)\n\n## Quick start\n\n- run\n\n  ```bash\n    npx degit \"RashJrEdmund/node-express-js-template\" my-express-app\n  ```\n\n    To setup the repo locally. you can replace \u003ccode\u003emy-express-app\u003c/code\u003e with \u003ccode\u003eyour actuall app name\u003c/code\u003e\n\n### Afterwards\n\n- run  \u003ccode\u003enpm install\u003c/code\u003e to install all neccesarry dependencies.\n\n- open package.json or run \u003ccode\u003enpm run\u003c/code\u003e to see all available scripts.\n\n- run \u003ccode\u003enpm run dev\u003c/code\u003e to start both sass:compiler and nodemone.\n\n  * * *\n\n## Files/Folders to Delete\n\n- \u003ccode\u003ereadme-assets\u003c/code\u003e (Folder)\n  - run \u003ccode\u003e rm -rf ./readme-assets\u003c/code\u003e at the root of your project. it contains readme assest.\n\n- \u003ccode\u003eREADME.md\u003c/code\u003e (File)\n  - run \u003ccode\u003e rm -rf ./README.md\u003c/code\u003e at the root of your project. it contains readme it self.\n\n  * * *\n\n## Files to edit\n\n- \u003ccode\u003eserver.ts\u003c/code\u003e\n  - open \u003ccode\u003esrc/server.ts\u003c/code\u003e. it is the main entry point to the application.\n\n- \u003ccode\u003eexpress.app.ts\u003c/code\u003e\n  - open \u003ccode\u003esrc/services/express/express.app.ts\u003c/code\u003e It here that the main middle-wares like \u003ccode\u003eCORS\u003c/code\u003e and \u003ccode\u003eexpress.json()\u003c/code\u003e. Even \u003ccode\u003eejs\u003c/code\u003e has been setup as the templating enjine and the views directory set to views...\n\n- \u003ccode\u003eexpress.entrypoints.ts\u003c/code\u003e\n  - open \u003ccode\u003esrc/services/epress/express.entrypoints.ts\u003c/code\u003e. It is here you'll setup your routes.\n\n- \u003ccode\u003econfig.ts\u003c/code\u003e\n  - open \u003ccode\u003esrc/config/config.ts\u003c/code\u003e. dotenv has been configure here, and the required configurations for ur app are here. like the db configs, app, jwt, bcrypt are all here. add anymore u see fit.\n\n- \u003ccode\u003econstants.ts\u003c/code\u003e\n  - open \u003ccode\u003esrc/services/constants.ts\u003c/code\u003e. dotenv has also been configure here, you could add and load some of env or add constant data/state here.\n\n- \u003ccode\u003einterfaces/entities.ts\u003c/code\u003e\n  - open \u003ccode\u003esrc/utils/interfaces/entities.ts\u003c/code\u003e. It is here you'll setup your TypeScript interfaces.\n\n  * * *\n\n## Contributing\n\n- creat and issue, i'll review it, (review could take as long as 3days, depending on the issue).\n- If it's ok, you can then work on it, the create PRs to the \u003ccode\u003edev\u003c/code\u003e branch.\n- Your PR should be titled feature/\u003ccode\u003e\u003c your fix(as shoten as possible):your github-username \u003e\u003c/code\u003e.\n- Donnot or attempt force pushing.\n- Donnot push your local test branches or any branches your created that donnot follow this format, and or have anything to do with your fix\n\n## Deployment\n\n- ### Render\n\n  - hello world\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frashjredmund%2Fnode-express-js-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frashjredmund%2Fnode-express-js-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frashjredmund%2Fnode-express-js-template/lists"}