基于 express、typescript、TypeORM 和 mysql 的框架和 git 项目推荐
正在寻找使用以下技术的框架或 Git 项目吗?
- Express
- TypeScript
- TypeORM
- MySQL
官方推荐
对于学习目的,推荐使用 TypeORM 提供的官方示例项目。它提供了以下技术的完整集成:
- Express
- TypeScript
- TypeORM
- MySQL
该项目的 github 地址为:
https://github.com/typeorm/typeorm-sample-app
其他推荐
也可以在 GitHub 上搜索其他使用上述技术的项目:
https://github.com/search?l=TypeScript&q=express+typescript+typeorm+mysql
此外,以下两个项目可能也很有帮助:
- https://github.com/nestjs/docs
- https://github.com/denoland/deno
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END