{"id":24422475,"url":"https://github.com/tsmean/tsmean","last_synced_at":"2025-07-21T10:03:23.971Z","repository":{"id":57380893,"uuid":"87008314","full_name":"tsmean/tsmean","owner":"tsmean","description":"Typescript-mysql-express-angular-node seed for your next web-app!","archived":false,"fork":false,"pushed_at":"2020-04-29T12:02:10.000Z","size":1084,"stargazers_count":171,"open_issues_count":6,"forks_count":39,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-06-21T07:48:06.934Z","etag":null,"topics":["angular","boilerplate","expressjs","mysql","nodejs","seed","starter-kit","typescript"],"latest_commit_sha":null,"homepage":"http://www.tsmean.com","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/tsmean.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}},"created_at":"2017-04-02T18:54:56.000Z","updated_at":"2024-12-05T17:31:37.000Z","dependencies_parsed_at":"2022-09-19T19:02:12.566Z","dependency_job_id":null,"html_url":"https://github.com/tsmean/tsmean","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tsmean/tsmean","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmean%2Ftsmean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmean%2Ftsmean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmean%2Ftsmean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmean%2Ftsmean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsmean","download_url":"https://codeload.github.com/tsmean/tsmean/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmean%2Ftsmean/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266278205,"owners_count":23904038,"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","boilerplate","expressjs","mysql","nodejs","seed","starter-kit","typescript"],"created_at":"2025-01-20T10:14:19.103Z","updated_at":"2025-07-21T10:03:23.950Z","avatar_url":"https://github.com/tsmean.png","language":"TypeScript","readme":"\u003c!--[![Build Status](https://travis-ci.org/tsmean/tsmean.svg?branch=master)](https://travis-ci.org/tsmean/tsmean)--\u003e\n\n# Disclaimer\n\n**Nobody is actively developing tsmean. This means that it's not recommended to use this as a starting point for new applications anymore. You can let yourself be inspired by the project, but don't fork it for your new projects.**\n\n\u003chr\u003e\n\n![tsmean logo](https://s3.eu-central-1.amazonaws.com/bersling/images/tsmean-logo.png)\n\nThis is a **starter kit** for webapps **completely written in TypeScript**.\n\nThe starter kit is using the following technologies:\n\n- **M**ySQL\n- **E**xpressJS\n- **A**ngular 6\n- **N**odeJs\n\n... and that's why it's called tsmean! We've carefully elected those technologies to be the best suit for building web apps with TypeScript. You get to use TypeScript now\non the client **and** the server! This leads to efficiency\nthrough consistency. Read more about it here: www.tsmean.com.\n\n# Installation\n\n## Prerequisits ##\n\n- node (v6, v8 or v10) and npm\n- git\n- angular-cli (see https://github.com/angular/angular-cli)\n- Docker (optional)\n\n## Install ##\n\n### Cloning the project\n```\ngit clone https://github.com/tsmean/tsmean your-project-name\ncd your-project-name\n```\n\n### Setting up the database\n\nThe easiest way to set up the MySQL database is to use docker and run:\n```\ndocker run -p 3306:3306 --name mysql tsmean/mysql:2\n```\nThis spins up a docker container with a MySQL instance that has matching settings with the backend. [Read more about the \"MySQL in docker\" option here](./docker/mysql/docker-mysql.readme.md). You can also set up MySQL directly on your system and create the databases with settings like you find them in `backend/properties/development.properties` and `backend/properties/test.properties` manually. Of course, you can also change the settings you find there to match your needs (for example setting a different user or password or database name).\n\n\n### Installing all node modules\n```\nnpm install\n```\n\nUnder the hood [lerna](https://github.com/lerna/lerna) is used to install the multiple packages in backend, frontend and shared, but you don't need to be concerned with this too much for now.\n\n# Backend\n\nFirst `cd backend`, then:\n\n- to spin up a REST-API server `npm start`. Check it out at http://localhost:4242\n- To run the tests `npm test`\n\n\n# Frontend\nFirst `cd frontend`, then:\n\n- to start the Angular app `npm start`. Check it out on http://localhost:4200\n- you can develop all modules independently. For example, `cd src/app/user` and run `ng serve`.\nThis launches a minimal app only displaying the user module (i.e. without login etc).\nYou can test all modules using `ng test`.\n\nMore info available in [frontend docs](./frontend/README.md).\n\n# Live Demo\nhttps://demo.tsmean.com\n\n[![screenshot](https://s3.eu-central-1.amazonaws.com/bersling/images/animals3.gif)](https://demo.tsmean.com)\n\n\n# Homepage\nhttp://www.tsmean.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsmean%2Ftsmean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsmean%2Ftsmean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsmean%2Ftsmean/lists"}