{"id":21490393,"url":"https://github.com/urigoren/tean","last_synced_at":"2025-07-15T17:31:53.570Z","repository":{"id":75604975,"uuid":"16854784","full_name":"urigoren/TEAN","owner":"urigoren","description":"TEAN - TypeScript-Express-Angular-Node","archived":false,"fork":false,"pushed_at":"2014-03-09T10:46:32.000Z","size":8228,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-10-20T23:36:57.986Z","etag":null,"topics":["angular","expressjs","nodejs","typescript"],"latest_commit_sha":null,"homepage":null,"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/urigoren.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}},"created_at":"2014-02-15T02:12:08.000Z","updated_at":"2018-04-10T07:33:26.000Z","dependencies_parsed_at":"2023-02-26T21:00:42.827Z","dependency_job_id":null,"html_url":"https://github.com/urigoren/TEAN","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urigoren%2FTEAN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urigoren%2FTEAN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urigoren%2FTEAN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urigoren%2FTEAN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urigoren","download_url":"https://codeload.github.com/urigoren/TEAN/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226057057,"owners_count":17566944,"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":["angular","expressjs","nodejs","typescript"],"created_at":"2024-11-23T14:35:42.046Z","updated_at":"2024-11-23T14:35:42.592Z","avatar_url":"https://github.com/urigoren.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"TEAN\n=======\nTEAN is an acronym for Typescript Express Angular NodeJS.\nThe goal of this code is to be a quickstart project for any NodeJS pioneers.\nTEAN's folder structure conventions are a time saver for anyone starting a new NodeJS project.\n\nTEAN takes care of both server-side routing (e.g view, web api) and client-side routing (partial views, angular routes).\nThe project is meant to lean, bloat-free, and therefore has no DB/auth/templating related code.\n\nNaming convention\n---------------------\n* The Angular spa name is \"app\", the app file name is \"app.js\", and all of the folders referring to it has a \"app_\" prefix\n* The ExpressJS startup file is \"server.js\", and all ExpressJS/NodeJS foders have the \"server_\" prefix\n\nFolder Structure\n--------------\n* server_api/ - routes for ajax request made by angular, resulting with a json object\n* server_routes/ -all other routes (usually rendering ejb/jade)\n* server_views/ -server generated views\n* app_ts/ - typescript files that are a part of the angular app\n* public/ - public files\n* public/app_views - angular's partial views\n* public/app_js - angular's scripts for the app (controllers,services,etc...)\n* .d.ts/ - typescript definition files (see: https://github.com/borisyankov/DefinitelyTyped)\n\nHTTP Requests\n-------------\n* GET requests are handled as to a view.\n* POST requests are handled as an API call.\n\nCredits\n--------------\nMade by Uri Goren","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furigoren%2Ftean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furigoren%2Ftean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furigoren%2Ftean/lists"}